Rails
Articles on Rails
Rails Cache and MemCache on Passenger with Smart Spawning
20 October 2010
How to get Rails Cache with MemCache working on Passenger with Smart Spawning active.
Embed a Static HTML Page in a Rails View
18 November 2009
During a recent Rails project, I had the need to embed some static HTML pages within a View that were wrapped in the application’s default Layout. I found it interesting that there was no apparent simple way to do this, for example SSI, so I’m blogging about the solution.