up vote 0 down vote favorite
share [g+] share [fb]

Having problems when running this command on a rails installation on windows under a corporate firewall:

ruby script/plugin discover

I already set up the http_proxy variable on the system and this is the error I get:

C:/Ruby/lib/ruby/1.8/open-uri.rb:203:in `open_http': Non-HTTP proxy URI: http-proxy(RuntimeError)
        from C:/Ruby/lib/ruby/1.8/open-uri.rb:616:in `buffer_open'
        from C:/Ruby/lib/ruby/1.8/open-uri.rb:164:in `open_loop'
        from C:/Ruby/lib/ruby/1.8/open-uri.rb:162:in `catch'
        from C:/Ruby/lib/ruby/1.8/open-uri.rb:162:in `open_loop'
        from C:/Ruby/lib/ruby/1.8/open-uri.rb:132:in `open_uri'
        from C:/Ruby/lib/ruby/1.8/open-uri.rb:518:in `open'
        from C:/Ruby/lib/ruby/1.8/open-uri.rb:30:in `open'
        from C:/Ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/plugin.rb:7
28:in `scrape'
        from C:/Ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/plugin.rb:7
02:in `parse!'
        from C:/Ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/plugin.rb:7
01:in `each'
        from C:/Ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/plugin.rb:7
01:in `parse!'
        from C:/Ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/plugin.rb:5
17:in `parse!'
        from C:/Ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/plugin.rb:5
33:in `parse!'
        from C:/Ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/plugin.rb:9
67
        from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `ge
m_original_require'
        from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `re
quire'
        from script/plugin:3
link|improve this question
Thanks, already tried that but I get the same error. – calderas Jun 15 '09 at 15:44
Just found out this is a duplicate answer: stackoverflow.com/questions/4418/… – calderas Jun 15 '09 at 19:06
So, is the problem fixed then? – Tim Snowhite Jan 29 '10 at 22:51
Yes, I used this: cntlm.sourceforge.net as the Authentication Proxy – calderas Feb 18 '10 at 15:42
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.