spec/dummy/config/environments/production.rb in stache-1.0.2 vs spec/dummy/config/environments/production.rb in stache-1.0.3

- old
+ new

@@ -3,9 +3,12 @@ # The production environment is meant for finished, "live" apps. # Code is not reloaded between requests config.cache_classes = true + # eager load + config.eager_load = true + # Full error reports are disabled and caching is turned on config.consider_all_requests_local = false config.action_controller.perform_caching = true # Specifies the header that your server uses for sending files