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. I didn't quite understand redhames post. I'm installing a plugin, not a gem. Would I still include the url in my gemfile? Where and how? Thanks. On Sep 11, 9:49 pm, radhames brito <[email protected]> wrote: > use bundler , spcify the git url in you gemfile > > > > On Sat, Sep 11, 2010 at 2:24 PM, Ed <[email protected]> wrote: > > Just upgraded one of my apps to Rails 3.0 and I cannot install > > plugins. I either get "Plugin not found", or an empty folder. > > > When I run > > > rails plugin --verbose install > >http://github.com/jslag/us-state-select-plugin.git > > > I get this response: > > > Plugins will be installed using http > > git init > > git pull --depth 1http://github.com/jslag/us-state-select-plugin.git > > > But all I get is an empty "us-state-select-plugin" folder in the > > vendors directory. Running the command with the git: URL does the > > same thing. I have tried with several different plugins, with same > > result. > > > My environment is Windows Vista with Ruby 1.9.2 and Rails 3.0 > > installed. I have SVN and Git clients and gems installed. > > > Running the same command from Instant Rails with Ruby 1.8.6 and Rails > > 2.2 works fine. > > > -- > > 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]<rubyonrails-talk%2Bunsubscrib > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/rubyonrails-talk?hl=en. -- 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.

