i believe you've hit a successor to the problem i encountered a while back .. http://groups.google.co.uk/group/hobousers/browse_thread/thread/207a74f7864556f4/dfcf05c3366ceb2f?lnk=gst&q=heroku+rails#dfcf05c3366ceb2f
basically when heroku upgraded to 2.3.8, they broke hobo, and i'm guessing they didn't fix it. obviously upgrading to 3.0 doesn't help, because hobo isn't compatible with 3.0 yet. i think your safe solution is to work with 2.3.5. the fix that Tomasz came up with is still working for me.... assuming you're ok building against rails 2.3.5, you should be able to take the same approach. fwiw my current working .gems file deploying on heroku is rails --version 2.3.5 will_paginate --version 2.3.11 hobosupport --version 1.0.1 hobofields --version 1.0.1 --ignore-dependencies tlsmail --version 0.0.1 sslrequirement --version 1.2.0 validates_timeliness --version 2.3.1 good luck On 2 Sep, 03:49, Steve Agnew <[email protected]> wrote: > I've been trying to figure out why my minimal Hobo test app wouldn't > run on Heroku. > > I specified Hobo -v 1.0.1 and Rails -v 2.3.8 in my .gems file as > required. When the app is sent up to Heroku it installs Rails 2.3.8 > normally, then as it installs the Hobo gem it installs Rails 3.0 which > includes Rack 1.2.1. Rack 1.2.1 then complains that it needs Rails > 2.3.8 to run. So I'm stuck. > > Is here any way I can prevent the Hobo gem from loading this new > (incompatible) version of Rails? -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
