mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fix for sqlite3.yml, mysql.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user