On 22 Feb 2011, at 06:07, Clem Rock <[email protected]> wrote:

> I can create a new rails app w/ no problem and the app works.   I
> can try to install any plugin in that newly created project but they
> never exist in vendor/plugins.     I also notice there are some other
> things wrong and I'm worried that something bigger is going on.   For
> instance, when I try to install rvm this way:
> 
> bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head )
> 
> I get this:
> 
> 
> bash: line 31: git: command not found
> 
Sounds like you don't have git installed (or at least not in your $PATH), which 
you're going to need  for installing plugins from a git repository

Fred



> ERROR: Cloning from git://github.com/wayneeseguin/rvm.git failed, trying
> via https now (https://github.com/wayneeseguin/rvm.git).
> bash: line 35: git: command not found
> 
> ERROR: Cloning from https://github.com/wayneeseguin/rvm.git failed,
> perhaps your git version does not support the https protocol?  out of
> ideas... halting.
> 
> 
> Finally, I still think it's important to install plugins.
> 
> 
> Clem Rock wrote in post #983040:
>> A bit more info that might help:
>> 
>> I'm running this:
>> 
>> rails -v
>> Rails 3.0.4
>> 
>> 
>> ruby -v
>> ruby 1.8.7 (2008-08-11 patchlevel 72) [i686-darwin9.8.0]
>> 
>> That ruby version looks pretty cracked out to me - could this be the
>> issue?
>> 
>> 
>> 
>> Clem Rock wrote in post #983018:
>>> At this point, I am only concerned about getting ANY plugin to work and
>>> I just don't understand what the problem could be because I'm not
>>> getting any type of errors or strange behavior.
>>> 
>>> Another piece of information:   I'm running all this on a mac-book pro
>>> w/ 10.5.8 Leopard.
>>> 
>>> Thanks for your time!
>>> 
>>> 
>>> 
>>>> This is not related to your question... but I don't believe
>>>> restful-authentication will work with Rails 3. You could always patch
>>>> it,
>>>> but you might be better off choosing a different auth gem.
>>>> 
>>>> Why the plugin isn't installing, I'm not certain.
>>>> 
>>>> Phil
> 
> -- 
> Posted via http://www.ruby-forum.com/.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Ruby on Rails: Talk" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/rubyonrails-talk?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to