spec/dummy/config/environments/test.rb in initjs-1.0.1 vs spec/dummy/config/environments/test.rb in initjs-2.0.0.beta1
- old
+ new
@@ -9,13 +9,10 @@
# Configure static asset server for tests with Cache-Control for performance
config.serve_static_assets = true
config.static_cache_control = "public, max-age=3600"
- # Log error messages when you accidentally call methods on nil
- config.whiny_nils = true
-
# Show full error reports and disable caching
config.consider_all_requests_local = true
config.action_controller.perform_caching = false
# Raise exceptions instead of rendering exception templates
@@ -34,6 +31,7 @@
# like if you have constraints or database-specific column types
# config.active_record.schema_format = :sql
# Print deprecation notices to the stderr
config.active_support.deprecation = :stderr
+ config.eager_load = false
end