From 9264bdc8f618344307f07790a07a60dc04b80434 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Tue, 2 Oct 2007 03:20:52 +0000 Subject: db:create works with remote databases whereas db:create:all only createsdatabases on localhost. Closes #9753. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7718 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) (limited to 'railties/CHANGELOG') diff --git a/railties/CHANGELOG b/railties/CHANGELOG index f45abe977d..d8218f3715 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,8 @@ *SVN* +* db:create works with remote databases whereas db:create:all only creates +databases on localhost. #9753 [Trevor Wennblom] + * Removed calls to fixtures in generated tests as fixtures :all is now present by default in test_helper.rb [DHH] * Add --prefix option to script/server when using mongrel. [dacat] -- cgit v1.2.3