search for: fragmentcach

Displaying 1 result from an estimated 1 matches for "fragmentcach".

Did you mean: fragmentcache
2006 Mar 29
2
Fragment Cache Wackiness
...ore. I''d really appreciate it if someone could point me in the right direction. Rails 1.1 final, FreeBSD Observe: In environment.rb AND production.rb (for good measure, DRY be damned): ActionController::Base.fragment_cache_store = :file_store, "/www/apps/localfeeds/directory/tmp/fragmentcache/" At the console prompt: Loading production environment. >> ActionController::Base.fragment_cache_store => #<ActionController::Caching::Fragments::FileStore:0x8f81bac @cache_path="/www/apps/localfeeds/directory/tmp/fragmentcache/"> In a controller: class Export...