class
Rails::Application::Configuration
v4.2.9 -
Show latest stable
- Superclass: ::Rails::Engine::Configuration
No documentation available for this class.
Constants
SERVE_STATIC_ASSETS_DEPRECATION_MESSAGE = <<-MSG.squish\nThe configuration option `config.serve_static_assets` has been renamed\nto `config.serve_static_files` to clarify its role (it merely enables\nserving everything in the `public` folder and is unrelated to the asset\npipeline). The `serve_static_assets` alias will be removed in Rails 5.0.\nPlease migrate your configuration files accordingly.\nMSG
Attributes
| [RW] | allow_concurrency |
| [RW] | asset_host |
| [RW] | assets |
| [RW] | autoflush_log |
| [RW] | beginning_of_week |
| [RW] | cache_classes |
| [RW] | cache_store |
| [RW] | consider_all_requests_local |
| [RW] | console |
| [RW] | eager_load |
| [R] | encoding |
| [RW] | exceptions_app |
| [RW] | file_watcher |
| [RW] | filter_parameters |
| [RW] | filter_redirect |
| [RW] | force_ssl |
| [RW] | helpers_paths |
| [RW] | log_formatter |
| [RW] | log_tags |
| [RW] | logger |
| [RW] | railties_order |
| [RW] | relative_url_root |
| [RW] | reload_classes_only_on_change |
| [RW] | secret_key_base |
| [RW] | secret_token |
| [RW] | serve_static_files |
| [RW] | session_options |
| [RW] | ssl_options |
| [RW] | static_cache_control |
| [RW] | time_zone |
| [RW] | x |
Files
- railties/lib/rails/application/configuration.rb