Hey there, We have an issue right now that prevents installation of plugins served through svn instead of git. There's a solution in the works that should be available soon, but until then you can get the plugin installed by using the heroku gem to clone the app to your local system and do the plugin install there:
1. gem install heroku 2. heroku clone yourapp 3. script/plugin install svn://rubyforge.org/var/svn/ym4r/Plugins/GM/ trunk/ym4r_gm 4. git add vendor 5. git commit 6. git push Sorry for the inconvenience, but this should get you going at least. /Morten On Jun 4, 2008, at 3:32 PM, HNG wrote: > > Hello All, > > I am a rails newbie. I am trying to install a ym4r plugin on heroku > but it always fails. I am load the ym4r gem but no plugins. Can > someone help? > > - HNG > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
