Displaying 2 results from an estimated 2 matches for "xxproxy".
Did you mean:
nxproxy
2006 Aug 22
0
gem install postgres, dead meat - revisited
...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 (info from a prev post):
set http_proxy="xxproxy:8080"
and rerun the gem command.
I now get this error:
ERROR: While executing gem ... (URI::InvalidURIError)
bad URI(is not URI?): "xxproxy:8080:"
Any ideas ?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this m...
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: