mirror of https://github.com/rails/rails
Doc fixing
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8418 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
a50284d28f
commit
1427a49dc9
|
@ -1,4 +1,4 @@
|
|||
# MySQL (default setup). Versions 4.1 and 5.0 are recommended.
|
||||
# MySQL. Versions 4.1 and 5.0 are recommended.
|
||||
#
|
||||
# Install the MySQL driver:
|
||||
# gem install mysql
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SQLite version 3.x
|
||||
# gem install sqlite3-ruby
|
||||
# gem install sqlite3-ruby (not necessary on OS X Leopard)
|
||||
development:
|
||||
adapter: sqlite3
|
||||
database: db/development.sqlite3
|
||||
|
|
Loading…
Reference in New Issue