On Dec 24, 10:17 am, Fernando Leandro <[email protected]> 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 [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.

