Skip to content

Commit

Permalink
Added warning about setting the test database to the same as producti…
Browse files Browse the repository at this point in the history
…on or development rails#1619 [court3nay]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1720 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Jul 6, 2005
1 parent c990117 commit 3170295
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions railties/configs/database.yml
Expand Up @@ -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
Expand Down

0 comments on commit 3170295

Please sign in to comment.