Re: [Ironruby-core] [ironruby-core] Installing Rails plugins

2010-08-20 Thread Ryan Riley
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 Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Twitter: @panesof

Re: [Ironruby-core] [ironruby-core] Installing Rails plugins

2010-08-20 Thread Robert Rouse
Does it work if you use the http method? On Sat, Aug 14, 2010 at 1:22 AM, Ryan Riley wrote: > MRI works just fine. Is this a bug? > > Ryan Riley > > > > On Fri, Aug 13, 2010 at 5:13 AM, William Green wrote: > >> Can you install the plugin using MRI? >> >> I've experiences this before, and I think

Re: [Ironruby-core] [ironruby-core] Installing Rails plugins

2010-08-13 Thread Ryan Riley
MRI works just fine. Is this a bug? Ryan Riley On Fri, Aug 13, 2010 at 5:13 AM, William Green wrote: > 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 Green > http://hotgazpacho.

Re: [Ironruby-core] [ironruby-core] Installing Rails plugins

2010-08-13 Thread William Green
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 Green http://hotgazpacho.org/ On Aug 13, 2010, at 2:00 AM, Ryan Riley wrote: I'm trying to install a Rails plugin from github using IronRuby

[Ironruby-core] [ironruby-core] Installing Rails plugins

2010-08-12 Thread Ryan Riley
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 ./scri