mv-core icon indicating copy to clipboard operation
mv-core copied to clipboard

Migration Validators project core classes

Results 1 mv-core issues
Sort by recently updated
recently updated
newest added

The following method appears when attempting to create or migrate the database in Rails `5.2.3`: ``` NoMethodError: undefined method `alias_method_chain' for ActiveRecord::ConnectionAdapters::TableDefinition:Class ``` Support for `alias_method_chain` was [allegedly](https://stackoverflow.com/questions/50443382/undefined-method-alias-method-chain-for-actiondispatchrequestclass) dropped in...