aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-05 07:58:13 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-05 07:58:13 +0000
commit91afb9298b1716e8b44957eecf5477c8d4af99b4 (patch)
treeb4d94136548190ad65b7a7a834e5477f40d5ca03 /railties/CHANGELOG
parent25c33a99f9d62a2ca53dd261021596ce97ce32c0 (diff)
downloadrails-91afb9298b1716e8b44957eecf5477c8d4af99b4.tar.gz
rails-91afb9298b1716e8b44957eecf5477c8d4af99b4.tar.bz2
rails-91afb9298b1716e8b44957eecf5477c8d4af99b4.zip
Added create_db and destroy_db tasks in the Rakefile to make it easier to load the dumped structure into the database #1587 [Sam Stephenson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1701 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 17505f12bf..401559f6a9 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added create_db and destroy_db tasks in the Rakefile to make it easier to load the dumped structure into the database #1587 [Sam Stephenson]
+
* Added an EXPERIMENTAL gateway.cgi for getting high-speed performance through vanilla CGI using a long-running, DRb-backed server in the background (using script/listener and script/tracker) #1603 [Nicholas Seckar]
* Added migration generator: ./script/generate migration add_system_settings