Use Rails model unique validation but forget about DB indexes?
Gem that investigates the application’s models definition, then tells you unique validations that do not have proper DB indexes https://github.com/soulfly/unique_validation_inspector
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Gem that investigates the application’s models definition, then tells you unique validations that do not have proper DB indexes https://github.com/soulfly/unique_validation_inspector
Comments
Igor does this differ from consistency_fail?
Post a comment