Installing a rails plugin from a Git repository
Posted
by Daniel Beardsley
on Stack Overflow
See other posts from Stack Overflow
or by Daniel Beardsley
Published on 2008-10-23T20:34:04Z
Indexed on
2010/06/18
4:33 UTC
Read the original article
Hit count: 350
I've been trying to install Shoulda
script/plugin install git://github.com/thoughtbot/shoulda.git
but all I get is:
removing: C:/Documents and Settings/Danny/My Documents/Projects/Ruby On Rails/_ProjectName_/vendor/plugins/shoulda/.git
>
And the vender/plugins
directory is empty. I have Rails 2.1.1 installed as a gem and have verified that 2.1.1 is loaded (using a puts inserted into config/boot.rb). Any ideas about what's going on?
(this is on a windows box)
© Stack Overflow or respective owner