On Wed, Aug 18, 2010 at 11:38 AM, Skott Klebe <[email protected]> wrote: > undefined method `position' for nil:NilClass > c:/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/w > hiny_nil.rb:52:in `method_missing' > C:/jruby-1.5.1/lib/ruby/gems/1.8/gems/hobofields-1.0.1/lib/hobo_fields/migrati > on_generator.rb:307:in `change_table'
Weird - looks like something's getting into the to_add array without a corresponding field_spec. Can you post a snippet of the model that's triggering this? I'm wondering if it might be an issue with the primary key (which appears to be 'Id' (capitalized) rather than 'id' as Rails typically expects...). --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.
