activerecord-mysql-unsigned icon indicating copy to clipboard operation
activerecord-mysql-unsigned copied to clipboard

it does not run with activerecord over 4.2.0

Open walf443 opened this issue 10 years ago • 3 comments

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 avatar Jan 28 '15 08:01 walf443

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 avatar Jan 28 '15 09:01 walf443

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

walf443 avatar Jan 28 '15 16:01 walf443

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

stouset avatar Apr 07 '15 23:04 stouset