Lines Matching refs:config
2 # Settings specified here will take precedence over those in config/application.rb
5 config.cache_classes = true
8 config.consider_all_requests_local = false
9 config.action_controller.perform_caching = true
12 config.serve_static_assets = false
15 config.assets.compress = true
18 config.assets.compile = false
21 config.assets.digest = true
24 # config.assets.manifest = YOUR_PATH
27 # config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache
28 # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx
31 # config.force_ssl = true
34 config.log_level = :warn
37 # config.log_tags = [ :subdomain, :uuid ]
40 # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
43 # config.cache_store = :mem_cache_store
46 # config.assets.precompile += %w( search.js )
49 # config.threadsafe!
53 config.i18n.fallbacks = true
56 config.active_support.deprecation = :notify
60 # config.active_record.auto_explain_threshold_in_seconds = 0.5