aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-02-11 11:24:38 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-02-11 11:25:13 -0200
commit7765ee0e4714b82150e525f9fee80f5b23e91662 (patch)
treed06b8d3897df48fde96fe4883cf9f242aaf277b4 /railties/CHANGELOG.md
parent759679289e6f22a5e4cfd9015e5102194fb92b29 (diff)
downloadrails-7765ee0e4714b82150e525f9fee80f5b23e91662.tar.gz
rails-7765ee0e4714b82150e525f9fee80f5b23e91662.tar.bz2
rails-7765ee0e4714b82150e525f9fee80f5b23e91662.zip
Add changelog entry for #9177 [ci skip]
Add test:all and test:all:db rake tests to speed up full test runs.
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index c2e47f1e09..997858b3c5 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,15 +1,22 @@
## Rails 4.0.0 (unreleased) ##
-* Added notice message for destroy action in scaffold generator
+* Add notice message for destroy action in scaffold generator.
*Rahul P. Chaudhari*
-* Add --rc option to support the load of a custom rc file during the generation of a new app.
+* Add two new test rake tasks to speed up full test runs.
+
+ * `test:all`: run tests quickly by merging all types and not resetting db.
+ * `test:all:db`: run tests quickly, but also reset db.
+
+ *Ryan Davis*
+
+* Add `--rc` option to support the load of a custom rc file during the generation of a new app.
*Amparo Luna*
-* Add --no-rc option to skip the loading of railsrc file during the generation of a new app.
-
+* Add `--no-rc` option to skip the loading of railsrc file during the generation of a new app.
+
*Amparo Luna*
* Fixes database.yml when creating a new rails application with '.'