I just had an issue with a model where I backed out of it, or thought I had with git. After rolling back, I ran `hobo g migration` without a problem. Thinking things were fine, I began again to modify my models for a many-to-many relationship. I can provide more details on this if desired, however upon running `hobo g migration` again after thinking I was done modifying the files, the system blew up with the following error: http://pastie.org/private/vkpaq9m2ue6n7lxyefdcrw
Now, I suppose since I just have the models done, I can just recreate the hobo project from scratch and try not to make some apparent mistake again, however I feel that that’s rather counterproductive. Can someone advise me as to how to hunt down the source of an error like this? It happens also when I now simply attempt to run `rails s` so it appears to be something fundamentally wrong, likely a mistake that I can’t seem to trace. RubyMine is also not inspecting methods and variables either now, so I’m lead to believe it is something either from the rollback or my own mistake (perhaps a typo, however I've scrubbed several times and see no detectable errors). Would REALLY appreciate any pointers on this! -- 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.
