aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-06-28 18:23:41 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-06-28 18:23:41 +0000
commitf26141c98deed64009b95190e25700eecdfdc403 (patch)
tree2a458bb1538777ddbb2de8ee6957b49afc881084 /railties/CHANGELOG
parent817d5d489d70496de67dbff97497b35578e6491b (diff)
downloadrails-f26141c98deed64009b95190e25700eecdfdc403.tar.gz
rails-f26141c98deed64009b95190e25700eecdfdc403.tar.bz2
rails-f26141c98deed64009b95190e25700eecdfdc403.zip
db:create creates the database for the current environment if it's on localhost. db:create:all creates local databases for all environments. Closes #8783.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7147 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 22ed384237..283a67ed29 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* db:create creates the database for the current environment if it's on localhost. db:create:all creates local databases for all environments. #8783 [matt]
+
* Generators: look for generators in all gems, not just those suffixed with _generator, in the gem's generators or rails_generators directory. Allow use of the rails_generators directory instead of the standard generators directory in plugins also. #8730 [Dr Nic, topfunky]
* MySQL, PostgreSQL: database.yml defaults to utf-8. #8701 [matt]