From 31702951365c26f930a5f39698cb51309e111e98 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 6 Jul 2005 04:20:08 +0000 Subject: Added warning about setting the test database to the same as production or development #1619 [court3nay] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1720 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/configs/database.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'railties/configs/database.yml') diff --git a/railties/configs/database.yml b/railties/configs/database.yml index 0f9a7eb20e..c9c8316dcb 100644 --- a/railties/configs/database.yml +++ b/railties/configs/database.yml @@ -5,6 +5,9 @@ development: username: root password: +# Warning: The database defined as 'test' will be erased and +# re-generated from your development database when you run 'rake'. +# Do not set this db to the same as development or production. test: adapter: mysql database: rails_test -- cgit v1.2.3