[ironruby-core] Installing Rails plugins

I’m trying to install a Rails plugin from github using IronRuby 1.1.
Unfortunately, all I can get is:

C:\sample>ir -S script/plugin install git://
github.com/technoweenie/restful-authentication.git
Plugin not found:
["git://github.com/technoweenie/restful-authentication.git
"]

C:\sample>ir ./script/plugin install git://
github.com/technoweenie/restful-authentication.git
Plugin not found:
["git://github.com/technoweenie/restful-authentication.git
"]

I also tried with 1.0 with the same results. Both versions were .NET
4.0.
Did I miss a thread?

Thanks,

Ryan R.

Email: [email protected]
LinkedIn: http://www.linkedin.com/in/ryanriley
Twitter: @panesofglass
Blog: http://wizardsofsmart.net/
Website: http://panesofglass.org/

Can you install the plugin using MRI?

I’ve experiences this before, and I think it’s an issue with git on
Windows,
not the Ruby implementation.


Will G.
http://hotgazpacho.org/

On Aug 13, 2010, at 2:00 AM, Ryan R. [email protected]
wrote:

I’m trying to install a Rails plugin from github using IronRuby 1.1.
Unfortunately, all I can get is:

C:\sample>ir -S script/plugin install git://

Plugin not found:
["git://github.com/technoweenie/restful-authentication.git
"]

C:\sample>ir ./script/plugin install git://

Plugin not found:
["git://github.com/technoweenie/restful-authentication.git
"]

I also tried with 1.0 with the same results. Both versions were .NET
4.0.
Did I miss a thread?

Thanks,

Ryan R.

Email: [email protected]
LinkedIn: http://www.linkedin.com/in/ryanriley
Twitter: @panesofglass
Blog: http://wizardsofsmart.net/
Website: http://panesofglass.org/

Does it work if you use the http method?

No, I couldn’t get it to work either way. I didn’t try any other
plugins,
though, and this one seems to just be troublesome with IR. Other plugins
may
work just fine. I’m just not sure.

Ryan R.

Email: [email protected]
LinkedIn: http://www.linkedin.com/in/ryanriley
Twitter: @panesofglass
Blog: http://wizardsofsmart.net/
Website: http://panesofglass.org/

MRI works just fine. Is this a bug?

Ryan R.