ryan
August 13, 2010, 8:15am
#1
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/
ryan
August 13, 2010, 2:36pm
#2
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://
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/
ryan
August 20, 2010, 6:50pm
#3
Does it work if you use the http method?
ryan
August 20, 2010, 9:25pm
#4
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/
ryan
August 14, 2010, 8:37am
#5
MRI works just fine. Is this a bug?
Ryan R.