Hey, Actually, now we've got a better method that works with native gems too. Read more about it here:
http://blog.heroku.com/archives/2009/3/10/gem_manifests/ http://heroku.com/docs#toc42 Best, Morten On Mar 26, 2009, at 1:41 PM, Jeremy Lightsmith wrote: > You don't put gems on heroku, you check them into your local vendor/ > gems directory using rake gems:unpack. There's a way to do the same > thing from the online editor. > > The only time this doesn't work is if it's a native gem. > > Jeremy > > On Thu, Mar 26, 2009 at 1:32 PM, kz <[email protected]> wrote: > > Has anyone had any luck with getting a Ruby Gem created locally, > uploaded to Heroku? Background: The latest version of the Ramaze blog > engine- Thoth does not reside on rubyforge.org as do older versions > (so adding a proper version parm to the .gems manifest does no good), > but on github ('git clone git://github.com/rgrove/thoth.git'). You > pull the code to your local machine and run 'rake install' which > builds the gem. I need to get the newer Thoth gem on Heroku because > the older version (on rubyforge.org) has a dependency for an older > version of Thin. Since Thin is already pre-installed on Heroku, I'm > getting a versioning collision which kills the app. I've 'rackified' > the apps setup and it runs ok locally ('rackup config.ru'). > > Thanks > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
