diff options
author | José Valim <jose.valim@gmail.com> | 2011-12-16 10:45:25 +0100 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2011-12-16 10:45:59 +0100 |
commit | 6481bc5f49ef26e8fde68ac964dc984d12f33189 (patch) | |
tree | bdeccf0e52d940bbdc3451ca29b0a21426df71a4 /railties/guides/source/configuring.textile | |
parent | 654df86b7b022085785a64c431c45d8450d5e987 (diff) | |
download | rails-6481bc5f49ef26e8fde68ac964dc984d12f33189.tar.gz rails-6481bc5f49ef26e8fde68ac964dc984d12f33189.tar.bz2 rails-6481bc5f49ef26e8fde68ac964dc984d12f33189.zip |
Update CHANGELOGs and guides.
Diffstat (limited to 'railties/guides/source/configuring.textile')
-rw-r--r-- | railties/guides/source/configuring.textile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/guides/source/configuring.textile b/railties/guides/source/configuring.textile index f94d0ba4e5..09ef308665 100644 --- a/railties/guides/source/configuring.textile +++ b/railties/guides/source/configuring.textile @@ -82,6 +82,8 @@ NOTE. The +config.asset_path+ configuration is ignored if the asset pipeline is * +config.encoding+ sets up the application-wide encoding. Defaults to UTF-8. +* +config.exceptions_app+ sets the exceptions application invoked by the ShowException middleware when an exception happens. Defaults to +ActionDispatch::PublicExceptions.new(Rails.public_path)+. + * +config.file_watcher+ the class used to detect file updates in the filesystem when +config.reload_classes_only_on_change+ is true. Must conform to +ActiveSupport::FileUpdateChecker+ API. * +config.filter_parameters+ used for filtering out the parameters that you don't want shown in the logs, such as passwords or credit card numbers. |