Skip to content

Commit

Permalink
Disable production caching. Necessary for Heroku Cedar compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeady committed Sep 13, 2012
1 parent 5214a59 commit 2e29b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Expand Up @@ -7,7 +7,7 @@

# Full error reports are disabled and caching is turned on
config.consider_all_requests_local = false
config.action_controller.perform_caching = true
config.action_controller.perform_caching = false

# See everything in the log (default is :info)
# config.log_level = :debug
Expand Down

0 comments on commit 2e29b1a

Please sign in to comment.