Home » Archive for category "Snippets"

Archive for the ‘Snippets’ Category:


iOS5 Battery Saving Tip

UPDATE 11/11/11  Apple release iOS5.0.1 last night Apple recently admitted to battery problems, not only in it’s new iPhone 4S but also in iOS5. Chatter would seem to indicate that apple is working hard on a fix.  Apple developers will note that  iOS 5.0.1 went to beta 2 last night. From my own experiences, the

(Read More…)

Tags: , ,

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