aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-24 11:59:22 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-24 11:59:22 +0000
commit6d7175d6cc9d32900f5f70f2ad166b7672b1251f (patch)
tree7848242ef9be0af583094f08473bf858405084b4 /railties/CHANGELOG
parent872ddaf290c954972a52c19dec8c0d6a5f726fdd (diff)
downloadrails-6d7175d6cc9d32900f5f70f2ad166b7672b1251f.tar.gz
rails-6d7175d6cc9d32900f5f70f2ad166b7672b1251f.tar.bz2
rails-6d7175d6cc9d32900f5f70f2ad166b7672b1251f.zip
Fixed that script/breakpointer didn't get the Ruby path rewritten as the other scripts #523 [brandt@kurowski.net]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@486 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 dc6356056d..21a02dd4ab 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that script/breakpointer didn't get the Ruby path rewritten as the other scripts #523 [brandt@kurowski.net]
+
* Fixed superclass mismatch and other controller related problems by not using dependency reloading for controllers. This means that controller
hierarchies need to explicitly require the superclass if its not ApplicationController. Example: