1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

fixing some comma and grammar problems in the note about SQLite3 and other database configurations

This commit is contained in:
Jamison Dance 2010-06-22 03:27:29 -06:00
parent 23d277476a
commit 36d1e90e22

View file

@ -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