Displaying 1 result from an estimated 1 matches for "argh_test".
Did you mean:
arch_test
2010 Aug 20
0
Problem with db:create
...in_messages: warning
# 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: postgresql
encoding: unicode
database: argh_test
pool: 5
username: ******
password: ******
host: 127.0.0.1
# Connect on a TCP socket. Omitted by default since the client uses a
# domain socket that doesn''t need configuration. Windows does not
have
# domain sockets, so uncomment these lines.
#host: localhost
#p...