search for: exportcontroller

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

2006 Mar 29
2
Fragment Cache Wackiness
...ntcache/" 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 ExportController < ApplicationController before_filter :locale_finder caches_action :rss, :opml, :top10opml ... Yet tmp/fragmentcache/ remains empty (and removing the directory or making it unwritable produces no errors in production.log) I can tell by response times and watching production.log that...