diff options
author | Ryan Bigg <radarlistener@gmail.com> | 2010-12-20 11:50:47 +1000 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2010-12-21 10:40:15 +1000 |
commit | 1cacb08b213e9d0f92cf1fad89ff10141211bce8 (patch) | |
tree | d08e3c5110d1853a45ceef122a52966b7a525d79 /railties/guides/source | |
parent | 8373c735c7dc8adeffffbf85176676fecb6221fc (diff) | |
download | rails-1cacb08b213e9d0f92cf1fad89ff10141211bce8.tar.gz rails-1cacb08b213e9d0f92cf1fad89ff10141211bce8.tar.bz2 rails-1cacb08b213e9d0f92cf1fad89ff10141211bce8.zip |
Improve documentation on ActiveSupport::Deprecation.
Diffstat (limited to 'railties/guides/source')
-rw-r--r-- | railties/guides/source/configuring.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/configuring.textile b/railties/guides/source/configuring.textile index fa86e0f039..73147efd3a 100644 --- a/railties/guides/source/configuring.textile +++ b/railties/guides/source/configuring.textile @@ -471,7 +471,7 @@ You might have expected an instance of Array. The error occurred while evaluating nil.each </plain> -*+active_support.deprecation_behavior+* Sets up deprecation reporting for environments, defaulting to +log+ for development, +notify+ for production and +stderr+ for test. If a value isn't set for +config.active_support.deprecation+ then this initializer will prompt the user to configure this line in the current environment's +config/environments+ file. +*+active_support.deprecation_behavior+* Sets up deprecation reporting for environments, defaulting to +:log+ for development, +:notify+ for production and +:stderr+ for test. If a value isn't set for +config.active_support.deprecation+ then this initializer will prompt the user to configure this line in the current environment's +config/environments+ file. Can be set to an array of values. *+active_support.initialize_time_zone+* Sets the default time zone for the application based off the +config.time_zone+ setting, which defaults to "UTC". |