How to install the plugin manually?

Dear all

I would like to install plugin auto_complete but failed..

jruby -S script/plugin discover C:/jruby-1.1.5/lib/ruby/1.8/open-uri.rb:278:in `open_http': 407 Proxy Authentication Required (OpenURI::HTTPError)

I have set the http_proxy=http://user:password@host:port/, It is working fine to fetch gem files.

I know the plugin is in here: http://dev.rubyonrails.com/svn/rails/plugins/auto_complete/ I want to install it manually. Please advises.

Thank you very much.

Valentino

Try this:

    script/plugin install http://dev.rubyonrails.com/svn/rails/plugins/auto_complete/

--Jeremy

Thank for reply

It is not working Plugin not found: ["Peak Obsession]

I think it might due to open_http problem.

Anyway, thanks for your help