This looks like the same problem I was having in my Engine Yard deploy above with Passenger.
I have reverted to RC2 for the moment, but would like to get back to RC3 - looks like some useful fixes in there. A couple of comments: 1. Could the dependencies in Hobo be adjusted, maybe loosened, to correct this? 2. How can I use such a command line on Engine Yard - perhaps someone here is also en EY customer. I will ask EY as well. Thanks! Pd On Oct 29, 5:19 pm, kevinpfromnm <[email protected]> wrote: > I'm not sure this is a hobo bug as it's the mixture of rack versions being > loaded. The fix is pretty simple: > > bundle exec thin start > > this loads up the gems specified in the gemfile before loading the thin gem > (and it's dependencies) making sure there's no difference in loaded > versions. -- 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.
