Displaying 2 results from an estimated 2 matches for "xxproxi".
Did you mean:
xxproxy
2006 Aug 22
0
gem install postgres, dead meat - revisited
I''m still trying to install this sucker ... (RR)
I''m behind a firewall on a WinXP machine.
I open up a DOS window, go to my RR sample app and type the following to
set up postgres:
gem install postgres
I get back the following error:
ERROR: While executing gem ... (SocketError)
getaddrinfo: no address associated with hostname.
So ... I create this environment variable
2006 Aug 18
3
connect to postgres db
I''ve followed the tutorial and just don''t get it.
How do I connect my ruby/rails sample app to my postgres database.
I did follow step 1-4 of the tutorial, I go to step 5:
(http://wiki.rubyonrails.org/rails/pages/TutorialStepFive)
and try the "rake" commmand and get this:
rake aborted!
no such file to load -- postgres
so I ran with -trace and get this: