rails.md: change the database.yml in the example (#701)

In this example,  database.yml uses the default value of `postgres` for the `database` key.  
The database postgres is normally not used for user data, but for administrative purposes.  This means people following this example will not be able to drop the database, and in general it's just not a great idea.
This commit is contained in:
Ryan Ore 2016-11-29 15:50:01 -06:00 committed by John Mulhausen
parent 82acde4105
commit a086af7a8b
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ Replace the contents of `config/database.yml` with the following:
development: &default
adapter: postgresql
encoding: unicode
database: postgres
database: myapp_development
pool: 5
username: postgres
password: