Merge pull request #1105 from kevmoo/b1103

For Issue #1103 - Fix for sqlite3.yml, mysql.yml
This commit is contained in:
José Valim 2011-05-17 10:49:15 -07:00
commit f627da15f4
2 changed files with 4 additions and 3 deletions

@ -1,7 +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'
#
# And be sure to use new-style password hashing:
# http://dev.mysql.com/doc/refman/5.0/en/old-client.html

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