diff options
author | Jamison Dance <jergason@gmail.com> | 2010-06-22 03:27:29 -0600 |
---|---|---|
committer | Jamison Dance <jergason@gmail.com> | 2010-06-22 03:27:29 -0600 |
commit | 36d1e90e22c9841b146b67ece49d0744fa606e0c (patch) | |
tree | 6fe0d1de85cb0a363b7ffaeef6aaa5fe986ac848 /railties | |
parent | 23d277476a396088633d0cb2ef8d3be5c3557953 (diff) | |
download | rails-36d1e90e22c9841b146b67ece49d0744fa606e0c.tar.gz rails-36d1e90e22c9841b146b67ece49d0744fa606e0c.tar.bz2 rails-36d1e90e22c9841b146b67ece49d0744fa606e0c.zip |
fixing some comma and grammar problems in the note about SQLite3 and other database configurations
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/getting_started.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index 7b4f1ca471..6abb3ed9f4 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -227,7 +227,7 @@ development: timeout: 5000 </yaml> -NOTE: In this guide we are using an SQLite3 database for data storage, this is because it is a zero configuration database that just works. Rails also supports MySQL and PostgreSQL "out of the box", and has plugins for many database systems, if you are using a database in a production environment, Rails most likely has an adapter for it. +NOTE: In this guide we are using an SQLite3 database for data storage, because it is a zero configuration database that just works. Rails also supports MySQL and PostgreSQL "out of the box", and has plugins for many database systems. If you are using a database in a production environment Rails most likely has an adapter for it. h5. Configuring a MySQL Database |