Re: [Rails] Re: Re: Install Plugins into vendor/plugins

2010-06-18 Thread Filipe Quadros Borges
Ok :) I already have git installed. I discovered that some plugins install and some don't. I think it is more a git problem than a rails problem, but hope someone who experienced a similar problem can help. Thanks! On Thu, Jun 17, 2010 at 10:38 PM, Marnen Laibow-Koser wrote: > Filipe Quadros Bo

[Rails] Re: Re: Install Plugins into vendor/plugins

2010-06-17 Thread Marnen Laibow-Koser
Filipe Quadros Borges wrote: > Using command "./script/plugin install path/to/plugin.git" does not > install nothing to me. It never ends! > 'command/plugin.rb' are using a 'git pull --depth 1 > git://path/to/plugin.git' and this command never exits. > Then you probably need to install Git. Best,