validators
validators copied to clipboard
Some ActiveModel/ActiveRecord validators
Hi I was wondering if it was possible to use the validators without using the class method. Instead of doing something like this: ```ruby class Server < ActiveRecord::Base validates_ip_address :address...
Hello. Thanks for your work. I am in trouble with this gem, it validates the CPF properly. But the problem is that my CPF field is not required. When i...
We use this gem to validate emails, and a valid email was marked as invalid because it contained an underscore before the @ sign. [email protected]. This means the regex should...