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
Post a Comment