1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Doc fixing

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8418 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2007-12-16 23:27:05 +00:00
parent a50284d28f
commit 1427a49dc9
2 changed files with 2 additions and 2 deletions

View file

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

View file

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