spec/dummy/config/environments/production.rb in esendex-0.5.0 vs spec/dummy/config/environments/production.rb in esendex-0.6.0

- old
+ new

@@ -6,9 +6,11 @@ # Full error reports are disabled and caching is turned on config.consider_all_requests_local = false config.action_controller.perform_caching = true + config.eager_load = true + # Disable Rails's static asset server (Apache or nginx will already do this) # config.serve_static_assets = false # Compress JavaScripts and CSS # config.assets.compress = true