aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-17 20:12:27 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-17 20:12:27 +0000
commit2af41fc0367920f7ac6274e057d67b977800ca00 (patch)
tree07925890ad1912ae41f2c9cd9c252e19efe8ca06 /railties/CHANGELOG
parent2713960dfc2739bcbda7dfeb400bb51913d365a1 (diff)
downloadrails-2af41fc0367920f7ac6274e057d67b977800ca00.tar.gz
rails-2af41fc0367920f7ac6274e057d67b977800ca00.tar.bz2
rails-2af41fc0367920f7ac6274e057d67b977800ca00.zip
Added 'recent' as a rake target that'll run tests for files that changed in the last 10 minutes #612 [bitsweat]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@656 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 7ba9dc09e9..8bea71c1a2 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added 'recent' as a rake target that'll run tests for files that changed in the last 10 minutes #612 [bitsweat]
+
* Changed script/console to default to development environment and drop --no-inspect #650 [bitsweat]
* Added that the 'fixture :posts' syntax can be used for has_and_belongs_to_many fixtures where a model doesn't exist #572 [bitsweat]