iangreenleaf / native_enum

Adds ENUM and SET support to ActiveRecord
MIT License
21 stars 21 forks source link

Rails 4.2 support #6

Closed whatyoubendoing closed 9 years ago

whatyoubendoing commented 10 years ago

This doesn't work with rails4.2-beta1

iangreenleaf commented 10 years ago

I believe you! Any chance you feel like taking a crack at a patch? You could add 4.2 to the test suite by creating a new Gemfile for it in the spec dir, and then it will be run by the all_rails script. That should help you debug the problem and know when you have solved it.

nulian commented 9 years ago

I created a first version of the update to rails 4.2 only done the enum property at the moment for mysql. It has completely changed so it has almost no compatibility with the old way activerecord_enum did it not completely sure how to handle the version difference with that. I will probably improve it more before I will merge request though you can have a look at my fork.

k0nserv commented 9 years ago

What is the status of this @nulian?

iangreenleaf commented 9 years ago

Fixed by #8.