aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-04-17 10:00:37 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-04-17 10:00:37 +0000
commit154668898aadef2d98093cd3c2b7c895fff8b7a6 (patch)
tree81a21e08ceb86f9475ef23259e25311ddec435a5 /railties/CHANGELOG
parent78d8503a94f043a932fea7321dbae262eb4a5c8b (diff)
downloadrails-154668898aadef2d98093cd3c2b7c895fff8b7a6.tar.gz
rails-154668898aadef2d98093cd3c2b7c895fff8b7a6.tar.bz2
rails-154668898aadef2d98093cd3c2b7c895fff8b7a6.zip
Fixed that purge_test_database would use database settings from the development environment when recreating the test database #1122 [rails@cogentdude.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1187 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 0ff8f05b95..ce8e68e57c 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that purge_test_database would use database settings from the development environment when recreating the test database #1122 [rails@cogentdude.com]
+
* Added script/benchmarker to easily benchmark one or more statement a number of times from within the environment. Examples:
# runs the one statement 10 times