I\'ve been looking all over the place for a simple input validation library for Ruby. Everything seems to point towards ActiveRecord (or similar). I\'m not using Rails, I\'m
I also wrote one because I was frustrated with the existing solutions. You can try https://github.com/Goltergaul/definition It can do all sort of validations similar to dry-validation but less confusing