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
-~----------~----~----~----~------~----~------~--~---

Reply via email to