waka / activerecord-mysql-unsigned

Enable to use the "unsigned" option in the integer type for migrating of ActiveRecord
MIT License
31 stars 12 forks source link

Rails 5 support #26

Closed jogaco closed 7 years ago

jogaco commented 7 years ago

It seems this gem does not support Rails 5. Any chance for an upgrade?

kamipo commented 7 years ago

Rails 5.0 supports unsigned itself since https://github.com/rails/rails/pull/17696.

jogaco commented 7 years ago

Thanks for the info! I'm adding this to 4.2 and was afraid of support for 5.