aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2005-11-20 12:00:46 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2005-11-20 12:00:46 +0000
commitdfa8aa0e1e4880347c46d7fc9bd646b5ca907edf (patch)
treecc43a229783d9ff0f38a69bc43270acc4547f7fe /railties/CHANGELOG
parentda9f713d2c3be94361579d41645ed79e15958686 (diff)
downloadrails-dfa8aa0e1e4880347c46d7fc9bd646b5ca907edf.tar.gz
rails-dfa8aa0e1e4880347c46d7fc9bd646b5ca907edf.tar.bz2
rails-dfa8aa0e1e4880347c46d7fc9bd646b5ca907edf.zip
PostgreSQL: the purge_test_database Rake task shouldn't explicitly specify the template0 template when creating a fresh test database. Closes #2964.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3110 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 18a138181e..5dc5e4ebff 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* PostgreSQL: the purge_test_database Rake task shouldn't explicitly specify the template0 template when creating a fresh test database. #2964 [dreamer3@gmail.com]
+
* Introducing the session_migration generator. Creates an add_session_table migration. Allows generator to specify migrations directory. #2958, #2960 [Rick Olson]
* Update to Prototype 1.4.0_rc4. Closes #2943 (old Array.prototype.reverse behavior can be obtained by passing false as an argument). [Sam Stephenson]