Merge pull request #1114 from arunagw/databaseyml_doc

Putting back mysql2 and sqlite3 in database.yml docs. In case people use
This commit is contained in:
José Valim
2011-05-17 21:42:50 -07:00
2 changed files with 5 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
# MySQL. Versions 4.1 and 5.0 are recommended.
#
# Install the MYSQL driver
# gem install mysql2
#
# Ensure the MySQL gem is defined in your Gemfile
# gem 'mysql2'

View File

@@ -1,4 +1,6 @@
# SQLite version 3.x
# gem install sqlite3
#
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
development: