Fix for sqlite3.yml, mysql.yml

This commit is contained in:
Kevin Moore
2011-05-17 10:29:01 -07:00
parent 2b786ba215
commit 523bac6dba
2 changed files with 4 additions and 3 deletions

View File

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

View File

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