Feeds:
Posts
Comments

Archive for October, 2008

Dynamic Content and Action Caching

I recently deployed a Rails application that, for various reasons, required caching dynamic content. All dynamic content is represented by a core “Content” model that contains a url attribute. In order for my app to show these pages I have the following as my last route:
map.dynamic ‘:p1′,
:controller => “contents”,
[...]

Read Full Post »