Home » 2011 » October

Archive for:October, 2011:


rails-footnotes

  The Missing Gem! https://github.com/josevalim/rails-footnotes Rails-footnotes by Roman V. Babenko provides you with an easy way to debug your application from the browser. With a small CSS trick the gem displays information such as sessions, request parameters, cookies, filter chain, routes, queries, etc. in the bottom of your browser. Why the “Missing Gem”? Well frameworks

(Read More…)

Multi-tenancy with rails

Multi-tenancy presents lots of challenges for developers, but Gut Naor presents a real case using ruby on rails.  The concept is simple; namespaces,  it sounds easy but real name spaces are only available in a limited number databases.   MSSQL for example can do this, but doing so breaks the security model! Other BLOGS describe way

(Read More…)

© copyright Julian Young 2011