> On every consequent page request ResponseCache is created again, but > with original defaults as specified in > radiant-0.6.2/app/models/response_cache.rb. I avoided this by adding this line to the "activate" def of a custom extension: ResponseCache.defaults[:perform_caching] = false -- Posted via http://www.ruby-forum.com/.