Displaying 1 result from an estimated 1 matches for "testpgserv".
Did you mean:
test1serv
2006 Mar 23
4
Postgresql connection problems
...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--------------
/usr/lib/ruby/ge...