diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2008-11-23 13:39:30 +0100 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2008-11-23 13:39:30 +0100 |
commit | 9e08a3bb1d47f79b6953056e72eee58e86d83ead (patch) | |
tree | 580239ea9e51653a9305a88a8e395bfed493500f /railties/CHANGELOG | |
parent | 4d2ccbb364b62275bad142d9a0b66ee7fd0c424a (diff) | |
download | rails-9e08a3bb1d47f79b6953056e72eee58e86d83ead.tar.gz rails-9e08a3bb1d47f79b6953056e72eee58e86d83ead.tar.bz2 rails-9e08a3bb1d47f79b6953056e72eee58e86d83ead.zip |
Added rake rails:update:application_controller to renamed application.rb to application_controller.rb -- included in rake rails:update so upgrading to 2.3 will automatically trigger it [#1439 state:committed] (kastner)
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 6a644ca63a..fcbf0c5ce6 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *2.3.0 [Edge]* +* Added rake rails:update:application_controller to renamed application.rb to application_controller.rb -- included in rake rails:update so upgrading to 2.3 will automatically trigger it #1439 [kastner] + * Added Rails.backtrace_cleaner as an accessor for the Rails::BacktraceCleaner instance used by the framework to cut down on backtrace noise and config/initializers/backtrace_silencers.rb to add your own (or turn them all off) [DHH] * Switch from Test::Unit::TestCase to ActiveSupport::TestCase. [Jeremy Kemper] |