On Wed, Aug 18, 2010 at 10:55 AM, Skott Klebe <[email protected]> wrote: > Occurs during the hobo_migration process of reconciling existing table > and column names against the values in hobo_fields: > > undefined method `position' for nil:NilClass > > Somebody else created a pastie for the identical problem, but I can't > see that anyone ever linked to it: > http://pastie.org/pastes/1098370 > ./script/generate hobo_migration > >>DROP, RENAME or KEEP?: column mytest.Id >>Rename choices: created_at, updated_at, id >>Enter either 'drop Id' or one of the rename choices or press enter to keep: >>undefined method `position' for nil:NilClass > > > I get the same error. Anyone seen this before? What should I be looking for?
Try running the generator in trace mode: script/generate hobo_migration -t which will output a complete stack trace. --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.
