Displaying 1 result from an estimated 1 matches for "expenses_test".
Did you mean:
expense_test
2006 Mar 31
14
[newbi] Create a Model
...ad.
#host: localhost
#port: 3306
# Warning: The database defined as ''test'' will be erased and
# re-generated from your development database when you run ''rake''.
# Do not set this db to the same as development or production.
test:
adapter: mysql
database: expenses_test
username: root
password:
socket: /tmp/mysql.sock
production:
adapter: mysql
database: expenses_production
username: root
password:
socket: /tmp/mysql.sock
# PostgreSQL versions 7.4 - 8.1
#
# Get the C bindings:
# gem install postgres
# or use the pure-Ruby bindings on Windows:...