Archive for November 2007

You are browsing the archives of 2007 November.

Caching all the pages under a controller

I am working on a new Rails project these days and I was being asked to cache all the static pages displaying site’s static content. All the content was coming from one controller but I went crazy about implementing page caching by using caches_page, what I wanted to do was cache all the page in [...]