Installing a rails plugin from a Git repository -


i've been trying install shoulda

script/plugin install git://github.com/thoughtbot/shoulda.git 

but is:

removing: c:/documents , settings/danny/my documents/projects/ruby on rails/_projectname_/vendor/plugins/shoulda/.git > 

and vender/plugins directory empty. have rails 2.1.1 installed gem , have verified 2.1.1 loaded (using puts inserted config/boot.rb). ideas what's going on?

(this on windows box)

do have git installed? if don't, not work. rails assumes git installed , can found in path.

you can git windows here.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -