While I'm trying to parse csv file I received #<NoMethodError: undefined method `type_cast_from_database' for #<ActiveRecord::ConnectionAdapters::Column:0x007fd36dc5f358>>
Probably it's problem with rails 5 where this method for column is removed. Do you know any simple solution to fix it? Do you plan to release new, rails 5 compatible, datashift version?
While I'm trying to parse csv file I received
#<NoMethodError: undefined method `type_cast_from_database' for #<ActiveRecord::ConnectionAdapters::Column:0x007fd36dc5f358>>
Probably it's problem with rails 5 where this method for column is removed. Do you know any simple solution to fix it? Do you plan to release new, rails 5 compatible, datashift version?