Lines Matching refs:config
2 # Settings specified here will take precedence over those in config/application.rb
8 config.cache_classes = true
11 config.serve_static_assets = true
12 config.static_cache_control = "public, max-age=3600"
15 config.whiny_nils = true
18 config.consider_all_requests_local = true
19 config.action_controller.perform_caching = false
22 config.action_dispatch.show_exceptions = false
25 config.action_controller.allow_forgery_protection = false
28 config.active_record.mass_assignment_sanitizer = :strict
31 config.active_support.deprecation = :stderr