Closed augustl closed 15 years ago
Instead of setting defaults for the page cache in the various environments in Less::More::DEFAULTS, use the actual config settings. It's probably something along the lines of ActionController::Base.config.page_cache.
Less::More::DEFAULTS
ActionController::Base.config.page_cache
Page cache is no longer a cvar, it uses the environment settings instead. Closed by 3b42d87c6c7b7711d18ae1b2f80d9e1aa4334816
Instead of setting defaults for the page cache in the various environments in
Less::More::DEFAULTS
, use the actual config settings. It's probably something along the lines ofActionController::Base.config.page_cache
.