Fixed caching bug with category 'list' and 'recently_revised' views.
Re-enabled filesystem caching.
This commit is contained in:
parent
edf335060a
commit
144540a761
4 changed files with 5 additions and 8 deletions
|
@ -11,7 +11,7 @@ Rails::Initializer.run do |config|
|
|||
|
||||
# Enable page/fragment caching by setting a file-based store
|
||||
# (remember to create the caching directory and make it readable to the application)
|
||||
#config.action_controller.fragment_cache_store = :file_store, "#{RAILS_ROOT}/cache"
|
||||
config.action_controller.fragment_cache_store = :file_store, "#{RAILS_ROOT}/cache"
|
||||
|
||||
# Activate observers that should always be running
|
||||
config.active_record.observers = :page_observer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue