how to install rails, I have proxy requirements ... gem install rails - ??? myprofzy@username:password? -- Posted via http://www.ruby-forum.com/.
Fernando wrote:> how to install rails, I have proxy requirements ... > > gem install rails - ??? myprofzy@username:password?gem install rails --include-dependencies --http-proxy"http://your.proxy.url:8080" try here for more info: http://docs.rubygems.org/shelf http://docs.rubygems.org/read/chapter/13#page51 sean -- Posted via http://www.ruby-forum.com/.
Fernando wrote:> how to install rails, I have proxy requirements ... > > gem install rails - ??? myprofzy@username:password?..and if the other solutions don''t work you can go to sourceforge and get: "NTLM Authorization Proxy Server" (Requires Python) I ended up having to use that where I work due to the proxy setup. Everything works fine now. -- Posted via http://www.ruby-forum.com/.
Hello, try it this way... http://www.ruby-forum.com/topic/66683#81179 Thorsten Fernando wrote:> how to install rails, I have proxy requirements ... > > gem install rails - ??? myprofzy@username:password?-- Posted via http://www.ruby-forum.com/.