On Sat, Sep 6, 2008 at 5:36 PM, Brian Armstrong <barmstr
...@gmail.com> 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...@dbcodeproject.com> wrote:
>> try http:// rather than git://
>> On Jul 14, 1:33 pm, Francois <fhar...@gmail.com> 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