aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2004-12-22 13:08:26 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2004-12-22 13:08:26 +0000
commitebf2b12b07641cbdf07218d2661a721ebab6092f (patch)
treedd48278c02c6f7761254a3ea20265a630f9c78f8 /railties/CHANGELOG
parentdcc486805e5d79bd10fd5dfe302302522d250e86 (diff)
downloadrails-ebf2b12b07641cbdf07218d2661a721ebab6092f.tar.gz
rails-ebf2b12b07641cbdf07218d2661a721ebab6092f.tar.bz2
rails-ebf2b12b07641cbdf07218d2661a721ebab6092f.zip
Fixed "rake stats" to work with sub-directories in models and controllers and to report the code to test ration [Scott Baron]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@245 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 a0e402e5e1..38f4cb1928 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed "rake stats" to work with sub-directories in models and controllers and to report the code to test ration [Scott Baron]
+
* Added that Active Record associations are now reloaded instead of cleared to work with the new const_missing hook in Active Record.
* Added graceful handling of an inaccessible log file by redirecting output to STDERR with a warning #330 [rainmkr]