diff options
Diffstat (limited to 'rvh/config/environments/development.rb')
| -rw-r--r-- | rvh/config/environments/development.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rvh/config/environments/development.rb b/rvh/config/environments/development.rb index 995d562..9f9692e 100644 --- a/rvh/config/environments/development.rb +++ b/rvh/config/environments/development.rb @@ -1,6 +1,6 @@ Rails.application.configure do - config.cache_classes = false - config.eager_load = false + config.cache_classes = true + config.eager_load = true config.consider_all_requests_local = true config.active_support.deprecation = :log config.active_record.migration_error = :page_load |
