[Rails] Re: Plugin Installing Issue
On Dec 24, 10:17 am, Fernando Leandro <fernandoleandro1...@gmail.com>
wrote:
> I have just installed git via msysGit, it even changed my windows command
> promt style..
>
> but i still trying to execute ruby script/plugin installhttp://github.com/rails/auto_complete.git/and i get the same error... it
> says Plugin not found...
>
> Im executing this at my project's folder, is it right, isnt it?
>
Yes, you need to execute the command inside your project folder, but
you also need to use a git URL.
Try this:
ruby script/plugin install git://github.com/rails/auto_complete.git
--
Luis Lavena
--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home