byroot / activerecord-typedstore

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

Rails 4.2: serialized_attributes depricated to be removed in Rails 5.0 #20

Closed dannytip closed 9 years ago

dannytip commented 9 years ago

See: https://github.com/rails/rails/pull/15704

byroot commented 9 years ago

Thanks for the heads up!

byroot commented 9 years ago

For the record I'm working on it but I'm blocked by a bug in Rails: https://github.com/byroot/activerecord-typedstore/pull/21

dannytip commented 9 years ago

Excellent work. Thanks again.

byroot commented 9 years ago

@dannytip FYI I just released a 0.5.0 with support for rails 4.2.0-rc2.

dannytip commented 9 years ago

@byroot thanks. Much appreciated.