aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2007-04-29 07:35:22 +0000
committerNicholas Seckar <nseckar@gmail.com>2007-04-29 07:35:22 +0000
commit4ef9ad8653d60295015179f1d366e2d128c53e02 (patch)
tree074a1c0b7dc54a7c79fa4c921970bdbfe2939755 /railties/CHANGELOG
parent8e8fd99d7f88f35f67d46d43eea693a67e61d7ec (diff)
downloadrails-4ef9ad8653d60295015179f1d366e2d128c53e02.tar.gz
rails-4ef9ad8653d60295015179f1d366e2d128c53e02.tar.bz2
rails-4ef9ad8653d60295015179f1d366e2d128c53e02.zip
Updated initializer to only load #{RAILS_ENV}.rb once. Added deprecation warning for config.breakpoint_server.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6627 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index d374c32d22..153d49af75 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Updated initializer to only load #{RAILS_ENV}.rb once. Added deprecation warning for config.breakpoint_server. [Nicholas Seckar]
+
* Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug by Kent Sibilev since the breakpointer has been broken since Ruby 1.8.4 and will not be coming back [DHH]
To use the new debugger, start your server with script/server --debugger and insert a call to 'debugger'