From 7765ee0e4714b82150e525f9fee80f5b23e91662 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Mon, 11 Feb 2013 11:24:38 -0200 Subject: Add changelog entry for #9177 [ci skip] Add test:all and test:all:db rake tests to speed up full test runs. --- railties/CHANGELOG.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'railties/CHANGELOG.md') 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 '.' -- cgit v1.2.3