On Nov 11, 7:25 pm, Carl Jenkins <[email protected]> wrote: > Using a browser I can download gems fromhttp://rubygems.org. > Does this mean I should NOT have to use the --http_proxy switch on the > command line? >
No, you *should* use --http-proxy option, please check your browser options about proxy connection and use that information in the --http- proxy option You will end with something like this: gem install xxx --http-proxy=http://user:passw...@server -- Luis Lavena -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

