Skip to content

Commit

Permalink
rails 4 production defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlehner authored and steveyken committed Dec 21, 2013
1 parent bdb152a commit c0774de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
if defined?(FatFreeCRM::Application)
FatFreeCRM::Application.configure do
# Settings specified here will take precedence over those in config/application.rb
config.eager_load = true

# Code is not reloaded between requests
config.cache_classes = true

# Full error reports are enabled, since this is an internal application.
config.consider_all_requests_local = true
config.consider_all_requests_local = false
# Caching is turned on
config.action_controller.perform_caching = true

Expand Down

0 comments on commit c0774de

Please sign in to comment.