On Jun 5, 1:22 pm, Jonathan Turpin <[email protected]> wrote:
> Thanks Fred; I can see your suggestion should be right from the example
> shown when I type "ruby script/plugin".
>
> However, when I try: "ruby script/plugin install
> git://github.com/ambethia/recaptcha.git", I then get a message back that
> says: "Plugin not found: [git://github.com/ambethia/recaptcha.git]"
>
> I have tried substituting "http" for "git" as suggested in some forums.
>
> So... any ideas why the seemingly correct syntax doesn't seem to be
> working?
>

First off double check that you can clone that repository yourself (ie
git clone git://github.com/ambethia/recaptcha.git )
If that works, then i'd also try running git in the way that rails
with: in a irb session run system("git --version")

Fred


> Thanks,
>
> Jonathan.
>
>
>
>
>
> Frederick Cheung wrote:
> > On Jun 5, 8:47 am, Jonathan Turpin <[email protected]> wrote:
> >> I think I have Git installed, but am not sure whether I need to do some
> >> further configuration or what "in the path means". If I type "git
> >> --version" in one of my project directories, it says "git version
> >> 1.7.0.2.msysgit.0".
>
> > that looks fine
>
> >> I tried: "rails script/plugin install
> >> git://github.com/ambethia/recaptcha.git" and got the response: "exists";
> >> "create app/controllers"; "file exists - script/plugin".
>
> > That should be ruby script/plugin ... (what you wrote is would try to
> > create a new rails app at the location indicated by the arguments you
> > passed)
>
> > Fred
>
> --
> Posted viahttp://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.

Reply via email to