1 # MySQL (default setup). Versions 4.1 and 5.0 are recommended.
3 # Install the MySQL driver:
6 # gem install mysql -- --include=/usr/local/lib
9 # Choose the win32 build.
10 # Install MySQL and put its /bin directory on your path.
12 # And be sure to use new-style password hashing:
13 # http://dev.mysql.com/doc/refman/5.0/en/old-client.html
16 dbfile: db/dev.sqlite3
18 # Warning: The database defined as 'test' will be erased and
19 # re-generated from your development database when you run 'rake'.
20 # Do not set this db to the same as development or production.
23 dbfile: db/test.sqlite3