[Rails] Re: Unable to install plugins from github

2009-10-06 Thread Rick
you're welcome On Oct 5, 7:44 am, C K Kashyap wrote: > On Mon, Oct 5, 2009 at 4:52 PM, Rick wrote: > > > There is a problem with script/plugin install git://... on Ruby 1.9. > > You can see: > >https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/2018 > > for details > > on how t

[Rails] Re: Unable to install plugins from github

2009-10-05 Thread C K Kashyap
On Mon, Oct 5, 2009 at 4:52 PM, Rick wrote: > > There is a problem with script/plugin install git://... on Ruby 1.9. > You can see: > https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/2018 > for details > on how to patch rails.  Fix is due with 2.3.5 Thank you very very much!!!

[Rails] Re: Unable to install plugins from github

2009-10-05 Thread Rick
There is a problem with script/plugin install git://... on Ruby 1.9. You can see: https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/2018 for details on how to patch rails. Fix is due with 2.3.5 On Oct 5, 6:15 am, C K Kashyap wrote: > >> just does not work for me ... I am going

[Rails] Re: Unable to install plugins from github

2009-10-05 Thread C K Kashyap
>> just does not work for me ... I am going to do strace to see what's >> happening... > What is your environment? > Are you able to just clone the repository (without installing the plugin)? I'm on FC11 with ruby 1.9 and rails 2.3.4 I am able to clone the git repository using git clone -works

[Rails] Re: Unable to install plugins from github

2009-10-05 Thread Leonardo Mateo
On Mon, Oct 5, 2009 at 11:45 AM, C K Kashyap wrote: > >> >> Maybe there's something wrong with your environment. >> I could install it, really straightforward. >> >> Here's my screenshot >> http://twitpic.com/kcoyh/full >> > > Thats the frustrating part :) ... everywhere I look, they say about >

[Rails] Re: Unable to install plugins from github

2009-10-05 Thread C K Kashyap
> > Maybe there's something wrong with your environment. > I could install it, really straightforward. > > Here's my screenshot > http://twitpic.com/kcoyh/full > Thats the frustrating part :) ... everywhere I look, they say about ./script/plugin install git... just does not work for me ... I am

[Rails] Re: Unable to install plugins from github

2009-10-05 Thread Leonardo Mateo
On Mon, Oct 5, 2009 at 11:05 AM, C K Kashyap wrote: > >> Yes, The docs for that gem. >> >> Either you mispelled the name or that gem doesn't exist. >> Check the docs, if the docs doesn't work or doesn't exists, then >> provide more information about the gem here and maybe somebody can >> help you

[Rails] Re: Unable to install plugins from github

2009-10-05 Thread C K Kashyap
> Yes, The docs for that gem. > > Either you mispelled the name or that gem doesn't exist. > Check the docs, if the docs doesn't work or doesn't exists, then > provide more information about the gem here and maybe somebody can > help you. > > This is the git repository that I am trying to install

[Rails] Re: Unable to install plugins from github

2009-10-05 Thread Leonardo Mateo
On Mon, Oct 5, 2009 at 10:25 AM, C K Kashyap wrote: > >>> >> Did you read the install documentation on github? It gives complete >> different install instructions than the one you're using. >> http://wiki.github.com/mislav/will_paginate/installation > > Yes I did, and that's how I managed to inst

[Rails] Re: Unable to install plugins from github

2009-10-05 Thread C K Kashyap
>> > Did you read the install documentation on github? It gives complete > different install instructions than the one you're using. > http://wiki.github.com/mislav/will_paginate/installation Yes I did, and that's how I managed to install will_paginate - however, I am stuck when it comes to other

[Rails] Re: Unable to install plugins from github

2009-10-05 Thread Leonardo Mateo
On Mon, Oct 5, 2009 at 9:05 AM, C K Kashyap wrote: > > Hi All, > My operating system is FC11...I tried to install will_paginate from > github directly like this - > > script/plugin install git://github.com/mislav/will_paginate.git > > But I get an error saying > > [ckkash...@kingcobra test_plugin