aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-06 23:39:12 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-06 23:39:12 +0000
commit693e0df352e52dd5b3d1b191bbd018cd17023343 (patch)
tree07833c042daac63a4e52a14d50d9ad37f3f9156f /railties/CHANGELOG
parent86543a70fb93069d2522dad00edf06c1ef2570de (diff)
downloadrails-693e0df352e52dd5b3d1b191bbd018cd17023343.tar.gz
rails-693e0df352e52dd5b3d1b191bbd018cd17023343.tar.bz2
rails-693e0df352e52dd5b3d1b191bbd018cd17023343.zip
Fixed rake stats to ignore editor backup files like model.rb~ #791 [skanthak]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@868 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 a2d14abf01..c4de06d414 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed rake stats to ignore editor backup files like model.rb~ #791 [skanthak]
+
* Added exception shallowing if the DRb server can't be started (not worth making a fuss about to distract new users) #779 [Tobias Luetke]
* Added an empty favicon.ico file to the public directory of new applications (so the logs are not spammed by its absence)