no docs for i18n.railties_load_path found in rails guides
["/Users/schneems/.gem/ruby/2.1.2/gems/will_paginate-3.0.4/lib/will_paginate/locale/en.yml", "/Users/schneems/.gem/ruby/2.1.2/gems/devise-3.2.4/config/locales/en.yml", "/Users/schneems/Documents/projects/codetriage/config/locales/devise.en.yml", "/Users/schneems/Documents/projects/codetriage/config/locales/en.yml"]
config.i18n.load_pathsets the path Rails uses to look for locale files. Defaults toconfig/locales/*.{yml,rb}.
config.active_record includes a variety of configuration options:
["/Users/schneems/.gem/ruby/2.1.2/gems/will_paginate-3.0.4/lib/will_paginate/locale/en.yml", "/Users/schneems/.gem/ruby/2.1.2/gems/devise-3.2.4/config/locales/en.yml", "/Users/schneems/Documents/projects/codetriage/config/locales/devise.en.yml", "/Users/schneems/Documents/projects/codetriage/config/locales/en.yml"]
ActiveSupport::Deprecation.behavioralternative setter toconfig.active_support.deprecationwhich configures the behavior of deprecation warnings for Rails.
:log
Rack::Sendfileintercepts responses whose body is being served from a file and replaces it with a server specific X-Sendfile header. Configurable withconfig.action_dispatch.x_sendfile_header.
nil
ActionDispatch::RemoteIpchecks for IP spoofing attacks and gets validclient_ipfrom request headers. Configurable with theconfig.action_dispatch.ip_spoofing_check, andconfig.action_dispatch.trusted_proxiesoptions.
true
ActionDispatch::ShowExceptionsrescues any exception returned by the application and renders nice exception pages if the request is local or ifconfig.consider_all_requests_localis set totrue. Ifconfig.action_dispatch.show_exceptionsis set tofalse, exceptions will be raised regardless.
true
config.action_dispatch.tld_lengthsets the TLD (top-level domain) length for the application. Defaults to1.
1
no docs for action_dispatch.ignore_accept_header found in rails guides
false
no docs for action_dispatch.rescue_responses.ActiveRecord::RecordNotFound found in rails guides
:not_found
no docs for action_dispatch.rescue_responses.ActiveRecord::StaleObjectError found in rails guides
:conflict
no docs for action_dispatch.rescue_responses.ActiveRecord::RecordInvalid found in rails guides
:unprocessable_entity
no docs for action_dispatch.rescue_responses.ActiveRecord::RecordNotSaved found in rails guides
:unprocessable_entity
no docs for action_dispatch.default_charset found in rails guides
nil
no docs for action_dispatch.rack_cache found in rails guides
false
config.action_dispatch.http_auth_saltsets the HTTP Auth salt value. Defaults to'http authentication'.
"http authentication"
config.action_dispatch.signed_cookie_saltsets the signed cookies salt value. Defaults to'signed cookie'.
"signed cookie"
config.action_dispatch.encrypted_cookie_saltsets the encrypted cookies salt value. Defaults to'encrypted cookie'.
"encrypted cookie"
config.action_dispatch.encrypted_signed_cookie_saltsets the signed encrypted cookies salt value. Defaults to'signed encrypted cookie'.
"signed encrypted cookie"
config.action_dispatch.perform_deep_mungeconfigures whetherdeep_mungemethod should be performed on the parameters. See Security Guide for more information. It defaults to true.
true
no docs for action_dispatch.default_headers.X-Frame-Options found in rails guides
"SAMEORIGIN"
no docs for action_dispatch.default_headers.X-XSS-Protection found in rails guides
"1; mode=block"
no docs for action_dispatch.default_headers.X-Content-Type-Options found in rails guides
"nosniff"
no docs for action_dispatch.best_standards_support found in rails guides
:builtin
no docs for action_dispatch.always_write_cookie found in rails guides
true
config.action_controller.perform_cachingconfigures whether the application should perform caching or not. Set to false in development mode, true in production.
false
no docs for action_controller.assets_dir found in rails guides
"/Users/schneems/Documents/projects/codetriage/public"
config.action_controller.loggeraccepts a logger conforming to the interface of Log4r or the default Ruby Logger class, which is then used to log information from Action Controller. Set tonilto disable logging.
#<ActiveSupport::Logger:0x007f8db52d4f70 @progname=nil, @level=0, @default_formatter=#<Logger::Formatter:0x007f8db52d4f20 @datetime_format=nil>, @formatter=#<ActiveSupport::Logger::SimpleFormatter:0x007f8db1bbd6e0 @datetime_format=nil>, @logdev=#<Logger::LogDevice:0x007f8db52d4ed0 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<File:/Users/schneems/Documents/projects/codetriage/log/development.log>, @mutex=#<Logger::LogDevice::LogDeviceMutex:0x007f8db52d4ea8 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x007f8db52d4e58>>>>
no docs for action_controller.javascripts_dir found in rails guides
"/Users/schneems/Documents/projects/codetriage/public/javascripts"
no docs for action_controller.stylesheets_dir found in rails guides
"/Users/schneems/Documents/projects/codetriage/public/stylesheets"
config.asset_hostsets the host for the assets. Useful when CDNs are used for hosting assets, or when you want to work around the concurrency constraints builtin in browsers using different domain aliases. Shorter version ofconfig.action_controller.asset_host.
nil
config.action_controller.relative_url_rootcan be used to tell Rails that you are deploying to a subdirectory. The default isENV['RAILS_RELATIVE_URL_ROOT'].
nil
config.active_record.maintain_test_schemais a boolean value which controls whether Active Record should try to keep your test database schema up-to-date withdb/schema.rb(ordb/structure.sql) when you run your tests. The default is true.
true
config.action_mailer.raise_delivery_errorsspecifies whether to raise an error if email delivery cannot be completed. It defaults to true.
false
no docs for action_mailer.default_url_options.host found in rails guides
"localhost:5000"
no docs for action_mailer.assets_dir found in rails guides
"/Users/schneems/Documents/projects/codetriage/public"
no docs for action_mailer.javascripts_dir found in rails guides
"/Users/schneems/Documents/projects/codetriage/public/javascripts"
no docs for action_mailer.stylesheets_dir found in rails guides
"/Users/schneems/Documents/projects/codetriage/public/stylesheets"
no docs for action_mailer.preview_path found in rails guides
"/Users/schneems/Documents/projects/codetriage/test/mailers/previews"
no docs for action_mailer.asset_host found in rails guides
nil
no docs for action_mailer.relative_url_root found in rails guides
nil
no docs for assets._blocks found in rails guides
[]
config.assets.pathscontains the paths which are used to look for assets. Appending paths to this configuration option will cause those paths to be used in the search for assets.
["/Users/schneems/Documents/projects/codetriage/app/assets/images", "/Users/schneems/Documents/projects/codetriage/app/assets/javascripts", "/Users/schneems/Documents/projects/codetriage/app/assets/stylesheets", "/Users/schneems/Documents/projects/codetriage/vendor/assets/javascripts", "/Users/schneems/Documents/projects/codetriage/vendor/assets/stylesheets", "/Users/schneems/.gem/ruby/2.1.2/gems/teaspoon-0.7.4/app/assets/javascripts", "/Users/schneems/.gem/ruby/2.1.2/gems/teaspoon-0.7.4/app/assets/stylesheets", "/Users/schneems/.gem/ruby/2.1.2/gems/teaspoon-0.7.4/vendor/assets/javascripts", "/Users/schneems/.gem/ruby/2.1.2/gems/jquery-rails-3.0.4/vendor/assets/javascripts", "/Users/schneems/Documents/projects/codetriage/test/javascript", "/Users/schneems/Documents/projects/codetriage/test/javascript/stylesheets"]
config.assets.prefixdefines the prefix where assets are served from. Defaults to/assets.
"/assets"
config.assets.precompileallows you to specify additional assets (other thanapplication.cssandapplication.js) which are to be precompiled whenrake assets:precompileis run.
[#<Proc:0x007f8db51234d8@/Users/schneems/.gem/ruby/2.1.2/gems/sprockets-rails-2.0.1/lib/sprockets/railtie.rb:39 (lambda)>, /(?:\/|\\|\A)application\.(css|js)$/]
config.assets.versionis an option string that is used in MD5 hash generation. This can be changed to force all files to be recompiled.
""
config.assets.debugdisables the concatenation and compression of assets. Set totrueby default indevelopment.rb.
true
config.assets.compileis a boolean that can be used to turn on live Sprockets compilation in production.
true
config.assets.digestenables the use of MD5 fingerprints in asset names. Set totrueby default inproduction.rb.
false
config.assets.enableda flag that controls whether the asset pipeline is enabled. It is set to true by default.
true
no docs for assets.initialize_on_precompile found in rails guides
false
config.assets.compressa flag that enables the compression of compiled assets. It is explicitly set to true inconfig/environments/production.rb.
false
no docs for assets.raise_production_errors found in rails guides
true
config.assets.loggeraccepts a logger conforming to the interface of Log4r or the default RubyLoggerclass. Defaults to the same configured atconfig.logger. Settingconfig.assets.loggerto false will turn off served assets logging.
Rails allows you to alter what generators are used with the config.generators method. This method takes a block:
config.generators do |g|
g.orm :active_record
g.test_framework :test_unit
endThe full set of methods that can be used in this block are as follows:
false
no docs for skylight.environments found in rails guides
["production"]
no docs for skylight.config_path found in rails guides
"config/skylight.yml"
no docs for devise found in rails guides
Devise
no docs for quiet_assets found in rails guides
true
config.cache_storeconfigures which cache store to use for Rails caching. Options include one of the symbols:memory_store,:file_store,:mem_cache_store,:null_store, or an object that implements the cache API. Defaults to:file_storeif the directorytmp/cacheexists, and to:memory_storeotherwise.
:dalli_store