diff options
author | Arun Agrawal <arun@fromjaipur.com> | 2011-06-15 07:39:24 +0530 |
---|---|---|
committer | Arun Agrawal <arun@fromjaipur.com> | 2011-06-15 07:39:24 +0530 |
commit | 8f05a2f7aeae0d1185417882d1939c9c0aba1379 (patch) | |
tree | 6fe0e30bc63b5149432f019f53dbe9cd9e87660d /railties/guides | |
parent | 900dbca96536f6036a3621bd01b5c5a94386d51e (diff) | |
download | rails-8f05a2f7aeae0d1185417882d1939c9c0aba1379.tar.gz rails-8f05a2f7aeae0d1185417882d1939c9c0aba1379.tar.bz2 rails-8f05a2f7aeae0d1185417882d1939c9c0aba1379.zip |
Using "Finally" at the end of database section.
Diffstat (limited to 'railties/guides')
-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 459063ad4b..a6396c029a 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -244,7 +244,7 @@ If your development computer's MySQL installation includes a root user with an e h5. Configuring a PostgreSQL Database -Finally if you choose to use PostgreSQL, your +config/database.yml+ will be customized to use PostgreSQL databases: +If you choose to use PostgreSQL, your +config/database.yml+ will be customized to use PostgreSQL databases: <yaml> development: @@ -282,7 +282,7 @@ development: h5. Configuring an PostgreSQL Database for Jruby Platform -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> development: |