Displaying 1 result from an estimated 1 matches for "temp_product".
2009 May 26
3
ruby and MySql
...development database when you run ''rake''.
# Do not set this db to the same as development or production.
test:
adapter: mysql
encoding: utf8
database: temp_test
username: root
password:
socket: /tmp/mysql.sock
production:
adapter: mysql
encoding: utf8
database: temp_production
username: root
password:
socket: /tmp/mysql.sock
Many thanks in advance
Glorifindal
--
Posted via http://www.ruby-forum.com/.