diff options
author | wycats <wycats@gmail.com> | 2010-06-29 12:18:17 -0700 |
---|---|---|
committer | wycats <wycats@gmail.com> | 2010-06-29 12:20:15 -0700 |
commit | d4c7d3fd94e5a885a6366eaeb3b908bb58ffd4db (patch) | |
tree | 83eb729393ddffc4fb06f6c49c96c9bf758220e6 /RAILS_VERSION | |
parent | 21957b72ea394c679d9b17e75b570cc99596322d (diff) | |
download | rails-d4c7d3fd94e5a885a6366eaeb3b908bb58ffd4db.tar.gz rails-d4c7d3fd94e5a885a6366eaeb3b908bb58ffd4db.tar.bz2 rails-d4c7d3fd94e5a885a6366eaeb3b908bb58ffd4db.zip |
Create a deprecation behavior that triggers a notification for deprecation notices, and make the behaviors independent of the environment names.
* In Rails 2.3 apps being upgraded, you will need to add the deprecation
configuration to each of your environments. Failing to do so will
result in the same behavior as Rails 2.3, but with an outputted warning
to provide information on how to set up the setting.
* New Rails 3 applications generate the setting
* The notification style will send deprecation notices using
ActiveSupport::Notifications. Third-party tools can listen in to
these notifications to provide a streamlined view of the
deprecation notices occurring in your app.
* The payload in the notification is the deprecation warning itself
as well as the callstack from the point that triggered the
notification.
Diffstat (limited to 'RAILS_VERSION')
0 files changed, 0 insertions, 0 deletions