mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
minor copy edit 0bdeddb
This commit is contained in:
parent
0bdeddb97e
commit
045d9d2bae
1 changed files with 2 additions and 2 deletions
|
@ -266,7 +266,7 @@ development:
|
|||
database: db/development.sqlite3
|
||||
</yaml>
|
||||
|
||||
h5. Configuring an MySQL Database for JRuby Platform
|
||||
h5. Configuring a MySQL Database for JRuby Platform
|
||||
|
||||
If you choose to use MySQL and using JRuby, your +config/database.yml+ will look a little different. Here's the development section:
|
||||
|
||||
|
@ -278,7 +278,7 @@ development:
|
|||
password:
|
||||
</yaml>
|
||||
|
||||
h5. Configuring an PostgreSQL Database for JRuby Platform
|
||||
h5. Configuring a PostgreSQL Database for JRuby Platform
|
||||
|
||||
Finally if you choose to use PostgreSQL and using JRuby, your +config/database.yml+ will look a little different. Here's the development section:
|
||||
|
||||
|
|
Loading…
Reference in a new issue