Displaying 1 result from an estimated 1 matches for "resutest".
Did you mean:
restest
2006 Mar 23
4
Postgresql connection problems
...ve me for asking a trivial question on this list, but being new
to Ruby/Ruby on Rails, I''m not sure where to start....
I''m trying to connect to a postgresql server:
My database.yml contains:
test_test:
adapter: postgresql
database: test_test
username: testuser
password: resutest
host: testpgserver
port: 5432
encoding: UTF8
min_messages: warning
The database is setup and talking with Java and Perl from the same
client as I''m trying to use Ruby on Rails on.
The command
ruby script/generate scaffold Product Admin
produces
--------------error------------...