Pulling out my hair on a strange issue: I made a change to a model, ran: `hobo g migration && rails s`
worked perfectly. Committed it to git. Then pushed changes to Heroku via: `git push heroku master && heroku rake db:migrate && heroku db:push #for good measure and sanity check` and the thing blew up in an unexpected way: http://bit.ly/mS1X6J Now I just simply am not sure what to do and very much could use some input here as to what I should look for. I have changed the model attribute multiple times and synced this name change within the forms.dryml to no avail, exact same error each time with the new model attribute name. Would appreciate any input! Thanks, -George -- 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.
