byroot / activerecord-typedstore

ActiveRecord::Store but with type definition
MIT License
439 stars 57 forks source link

Rails 5 Support #34

Closed dannytip closed 8 years ago

dannytip commented 8 years ago

When running in rails/activerecord 5 the following error is thrown:

undefined method 'cast_type' for #<ActiveRecord::ConnectionAdapters::Column:0x007f88d8d4d470>

byroot commented 8 years ago

Fixed in 1.0.0.beta1

dannytip commented 8 years ago

Awesome thanks.