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

it does not run with activerecord over 4.2.0 #22

Open walf443 opened 9 years ago

walf443 commented 9 years ago

SEE ALSO: https://travis-ci.org/walf443/activerecord-mysql-unsigned/builds/48597097

it may be caused that activerecord changed ChangeColumnDefinition class definition since rails/rails@3c10043bc27.

walf443 commented 9 years ago

hmm. This fail does not related to my problem.

I got

superclass mismatch for class ChangeColumnDefinition (TypeError)

I used it with activerecoard-with mysql-awesome gem.

walf443 commented 9 years ago

Failing test seems to related to rails/rails@7c6f3938de

stouset commented 9 years ago

Can confirm this prevents creating new records with unsigned integers in ActiveRecord 4.2