mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Jruby => JRuby, Mysql => MySQL
This commit is contained in:
@@ -256,9 +256,9 @@ development:
|
|||||||
password:
|
password:
|
||||||
</yaml>
|
</yaml>
|
||||||
|
|
||||||
h5. Configuring an SQLite3 Database for Jruby Platform
|
h5. Configuring an SQLite3 Database for JRuby Platform
|
||||||
|
|
||||||
If you choose to use SQLite3 and using Jruby, your +config/database.yml+ will look a little different. Here's the development section:
|
If you choose to use SQLite3 and using JRuby, your +config/database.yml+ will look a little different. Here's the development section:
|
||||||
|
|
||||||
<yaml>
|
<yaml>
|
||||||
development:
|
development:
|
||||||
@@ -266,9 +266,9 @@ development:
|
|||||||
database: db/development.sqlite3
|
database: db/development.sqlite3
|
||||||
</yaml>
|
</yaml>
|
||||||
|
|
||||||
h5. Configuring an Mysql Database for Jruby Platform
|
h5. Configuring an 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:
|
If you choose to use MySQL and using JRuby, your +config/database.yml+ will look a little different. Here's the development section:
|
||||||
|
|
||||||
<yaml>
|
<yaml>
|
||||||
development:
|
development:
|
||||||
@@ -278,9 +278,9 @@ development:
|
|||||||
password:
|
password:
|
||||||
</yaml>
|
</yaml>
|
||||||
|
|
||||||
h5. Configuring an PostgreSQL Database for Jruby Platform
|
h5. Configuring an 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:
|
Finally if you choose to use PostgreSQL and using JRuby, your +config/database.yml+ will look a little different. Here's the development section:
|
||||||
|
|
||||||
<yaml>
|
<yaml>
|
||||||
development:
|
development:
|
||||||
|
|||||||
Reference in New Issue
Block a user