Flowdock
env_config() public

Stores some of the Rails initial environment parameters which will be used by middlewares and engines to configure themselves. Currently stores:

* "action_dispatch.parameter_filter"             => config.filter_parameters
* "action_dispatch.redirect_filter"              => config.filter_redirect
* "action_dispatch.secret_token"                 => config.secret_token
* "action_dispatch.secret_key_base"              => config.secret_key_base
* "action_dispatch.show_exceptions"              => config.action_dispatch.show_exceptions
* "action_dispatch.show_detailed_exceptions"     => config.consider_all_requests_local
* "action_dispatch.logger"                       => Rails.logger
* "action_dispatch.backtrace_cleaner"            => Rails.backtrace_cleaner
* "action_dispatch.key_generator"                => key_generator
* "action_dispatch.http_auth_salt"               => config.action_dispatch.http_auth_salt
* "action_dispatch.signed_cookie_salt"           => config.action_dispatch.signed_cookie_salt
* "action_dispatch.encrypted_cookie_salt"        => config.action_dispatch.encrypted_cookie_salt
* "action_dispatch.encrypted_signed_cookie_salt" => config.action_dispatch.encrypted_signed_cookie_salt
Show source
Register or log in to add new notes.