I'm not sure if this is it, but I've had problems with db tables that are used in initializers. It seems the whole rails environment is initialized before a migrate, so that the not-yet-existing tables/columns cause the process to halt. I put the relevant parts in the initializers within begin .. rescue .. end structures. Hope that helps.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
