Hi, I don't think the latest Hobo gems are working on Heroku right now. I had more success installing Hobo as plugins, for example doing something like this straight after running heroku clone:
curl -O http://github.com/tarballs/tablatom-hobo-74fb4ea165814b2de1933e1aee7ebf0ab9a9cfd6.tar.gz tar zxvf tablatom-hobo-74fb4ea165814b2de1933e1aee7ebf0ab9a9cfd6.tar.gz cd appname mkdir vendor mkdir vendor/plugins cp -R ../tablatom-hobo-74fb4ea165814b2de1933e1aee7ebf0ab9a9cfd6/hobo vendor/plugins cp -R ../tablatom-hobo-74fb4ea165814b2de1933e1aee7ebf0ab9a9cfd6/ hobofields vendor/plugins cp -R ../tablatom-hobo-74fb4ea165814b2de1933e1aee7ebf0ab9a9cfd6/ hobosupport vendor/plugins Maybe you can tar up those three directories and upload them through the Heroku site but I haven't tried that, I used git. It's a priority of ours to get the gems working on Heroku and address the minor issues such as the Postgres incompatibility and the migration generator not running, so expect to see a lot better compatibility soon! James @ Hobocentral On Jun 6, 7:45 am, sol <[EMAIL PROTECTED]> wrote: > Hey Gabriel, > > we (freenode, #hobo) put up some Hobo apps two days ago. There are > somethings you have to consider. > I think James will put the steps online he needed in the forum, so be > sure to watch http//hobocentral.net/forum > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
