I have a plugin I need to install on my bluehost rails app. Using ./script/plugin install git://github.com/ambethia/recaptcha.git
My command line is giving me no response. It doesn't seem to try or even fail, just the next line in bash show us as though nothing was requested. I just assume bluehost doesn't allow for grabbing git urls, and I don't want to install local gems. I then decided to download the tarball, and I extracted it, and now I am trying to install the plugin from file... what is the best way to do this? I assume there is an option where I download and extract the tarball to ../recaptcha folder. This folder contains the plugin, init.rb, lib/, test/, etc etc. script/plugin install -from-file ./recaptcha I don't see an option in the help files or through some forum searching, anyone know an easy way to do this, or know a good tutorial? Thanks -Josh --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

