SchemaPlus / schema_validations

Automatically creates validations basing on the database schema.
Other
173 stars 34 forks source link

Add uniqueness_if_changed configuration #66

Closed danielweinmann closed 4 years ago

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling c697b8a731f1240d5d5217709696636b6662253b on danielweinmann:uniqueness-if-changed into fce93b13cfcb61ab95295e772a4a740978b372a3 on SchemaPlus:master.

danielweinmann commented 4 years ago

Nevermind, the issue I was facing is with the changes on ActiveModel::Dirty in Rails 5.2. I'll send a different PR with a different fix.