test/dummy/config/environments/test.rb in bootstrap-sass-rails-rtl-2.0.4.12 vs test/dummy/config/environments/test.rb in bootstrap-sass-rails-rtl-2.2.2.0
- 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,9 @@
# 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
+
+ # Disable eager loading
+ config.eager_load = false
end