diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-06-15 11:44:31 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2011-06-15 11:44:31 +0530 |
commit | 045d9d2baeb0e733edcd7b1815132ac2a48b2d5a (patch) | |
tree | afad34f12ecb2417be8ae79b436ea5255016dde9 /railties/guides/source | |
parent | 0bdeddb97e61dbfde01e928cf577c7bf7cfd0592 (diff) | |
download | rails-045d9d2baeb0e733edcd7b1815132ac2a48b2d5a.tar.gz rails-045d9d2baeb0e733edcd7b1815132ac2a48b2d5a.tar.bz2 rails-045d9d2baeb0e733edcd7b1815132ac2a48b2d5a.zip |
minor copy edit 0bdeddb
Diffstat (limited to 'railties/guides/source')
-rw-r--r-- | railties/guides/source/getting_started.textile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index 5e9d37df85..3011f7136b 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -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: |