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