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”,
[...]
Archive for October, 2008
Dynamic Content and Action Caching
Posted in RubyOnRails on October 3, 2008 | Comments Off
