Commit b1a79e139413dd7cff7fd78e34291fdfe4740a01

Authored by Victor Costa
1 parent 5710cda8

rails3: disable controller caching

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/environments/production.rb
... ... @@ -6,7 +6,7 @@ Noosfero::Application.configure do
6 6 config.cache_classes = true
7 7  
8 8 # Full error reports are disabled and caching is turned on
9   - config.action_controller.perform_caching = true
  9 + # config.action_controller.perform_caching = true
10 10  
11 11 # Enable Rails's static asset server (Apache or nginx should do this)
12 12 config.serve_static_assets = true
... ...