Ariel S. wrote in post #958724: > I'm having the exact same issue as the original poster here. > > I'm running OS X 10.5.8, Rails 3.0.1, Ruby 1.9.2p0 > > I try to install plugins, I get no error, but nothing appears to > happen. > > Example: > > $ rails new newsite -d mysql > $ cd newsite > $ rails plugin -v install git://github.com/ryanstout/blog_kit.git/ -r > rails3 > Plugins will be installed using http > git init > git pull --depth 1 git://github.com/ryanstout/blog_kit.git/ rails3 > > > But no new files or folders or anything are created within my > project. This is most baffling to me.
Do you have a git client installed and in your path? Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- 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.

