Hi, I''ve just upgraded my system to rails 2.1 If I start a new rails project I can issue this command without a problem: ./script/plugin install git://github.com/thoughtbot/shoulda.git However, I can''t seem to get that command to work on my 2.02 projects that have been updated to 2.1 using rake rails:update I get the following error: Plugin not found: ["git://github.com/thoughtbot/shoulda.git"] Any ideas why this is the case? Thanks Francois --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
try http:// rather than git:// On Jul 14, 1:33 pm, Francois <fhar...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > I''ve just upgraded my system to rails 2.1 > > If I start a new rails project I can issue this command without a > problem: > > ./script/plugin install git://github.com/thoughtbot/shoulda.git > > However, I can''t seem to get that command to work on my 2.02 projects > that > have been updated to 2.1 using rake rails:update > I get the following error: > > Plugin not found: ["git://github.com/thoughtbot/shoulda.git"] > > Any ideas why this is the case? > > Thanks > Francois--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi, Thanks that worked! I''m curious why though. Does anyone know? Would be ideal to fix it so it''s consistent. Thanks! Brian On Jul 23, 10:45 am, darcy <da...-IZHPRI4Jc0oj9eliCJ546QC/G2K4zDHf@public.gmane.org> wrote:> try http:// rather than git:// > > On Jul 14, 1:33 pm, Francois <fhar...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hi, > > I''ve just upgraded my system to rails 2.1 > > > If I start a new rails project I can issue this command without a > > problem: > > > ./script/plugin install git://github.com/thoughtbot/shoulda.git > > > However, I can''t seem to get that command to work on my 2.02 projects > > that > > have been updated to 2.1 using rake rails:update > > I get the following error: > > > Plugin not found: ["git://github.com/thoughtbot/shoulda.git"] > > > Any ideas why this is the case? > > > Thanks > > Francois--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
definitely sounds like a bug to me. I see no reason why git:// wouldn''t work if git clone git://github.com/blah/blah.git works On Sat, Sep 6, 2008 at 5:36 PM, Brian Armstrong <barmstrong-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi, > > Thanks that worked! I''m curious why though. Does anyone know? Would > be ideal to fix it so it''s consistent. Thanks! > Brian > > On Jul 23, 10:45 am, darcy <da...-IZHPRI4Jc0oj9eliCJ546QC/G2K4zDHf@public.gmane.org> wrote: >> try http:// rather than git:// >> >> On Jul 14, 1:33 pm, Francois <fhar...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >> > Hi, >> > I''ve just upgraded my system to rails 2.1 >> >> > If I start a new rails project I can issue this command without a >> > problem: >> >> > ./script/plugin install git://github.com/thoughtbot/shoulda.git >> >> > However, I can''t seem to get that command to work on my 2.02 projects >> > that >> > have been updated to 2.1 using rake rails:update >> > I get the following error: >> >> > Plugin not found: ["git://github.com/thoughtbot/shoulda.git"] >> >> > Any ideas why this is the case? >> >> > Thanks >> > Francois > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---