Thanks Matt. I wasn't sure where Rails ends and Hobo starts, so I kept trying to use a Hobo command and kept getting errors. So I followed your advice and found the rails "rake db:rollback STEP=n" command. That did the trick.
Charlie On Oct 1, 2:30 pm, Matt Jones <[email protected]> wrote: > > Not at all - this is an area where Hobo doesn't add much of anything. Check > into the Rails documentation for migrations, but try just running the > migration generator (hobo generate migration) first, as it should detect > tables that don't have associated models and ask if you want to drop them. > > --Matt Jones -- 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.
