Dynamic setup of caches_page in Rails
Thursday, May 17th, 2007Hot off the press! :) This blog entry will show you how to dynamically setup page caching in Rails, when you have a constantly growing list of actions you want to cache, but don't want to update caches_page's actions listing every time you add a new action which requires caching.. This is especially handy if you use FlexImage plugin for Rails. Read on if you're interested. (more…)

