madeintandem / hstore_accessor

Adds typed hstore-backed field support to ActiveRecord models.
MIT License
242 stars 47 forks source link

Rails 4.2 support #42

Closed onemanstartup closed 9 years ago

onemanstartup commented 9 years ago

https://github.com/rails/rails/blob/master/activerecord/lib/active_record/connection_adapters/column.rb value_to_boolean and others are deprecated now, so hstore_accessor isn't working with new rails 4.2 beta.

pwim commented 9 years ago

44 adds support for Rails 4.2 (I didn't notice this pull request and started working on it myself).

crismali commented 9 years ago

merged #44. This will actually be released fairly soon.

crismali commented 9 years ago

@onemanstartup and @pwim, we've just released new versions

pwim commented 9 years ago

:+1: