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 1 http://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]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

