Commit b1a79e139413dd7cff7fd78e34291fdfe4740a01
1 parent
5710cda8
Exists in
master
and in
27 other branches
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,7 +6,7 @@ Noosfero::Application.configure do | ||
6 | config.cache_classes = true | 6 | config.cache_classes = true |
7 | 7 | ||
8 | # Full error reports are disabled and caching is turned on | 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 | # Enable Rails's static asset server (Apache or nginx should do this) | 11 | # Enable Rails's static asset server (Apache or nginx should do this) |
12 | config.serve_static_assets = true | 12 | config.serve_static_assets = true |