Awesome Ruby Data Validation

  • updated 11 months ago BSD 3-Clause "New...

    πŸ”© ActiveRecord::JSONValidator makes it easy to validate JSON attributes against a JSON schema.

  • updated about 2 months ago MIT License

    Do it like => validates :photos, attached: true, content_type: ['image/png', 'image/jpg', 'image/jpeg'], size: { less_than: 500.kilobytes }, limit: { min: 1, max: 3 }, aspect_ratio: :landscape, dimension: { width: { in: 800..1600 }

  • updated 25 days ago MIT License

    Client Side Validations made easy for Ruby on Rails

  • updated 7 months ago MIT License

    Validation library with type-safe schemas and rules

  • updated 10 months ago MIT License

    An email validator for Rails.

  • updated 9 months ago MIT License

    Ruby JSON Schema Validator

  • updated about 1 year ago MIT License

    This Gem adds useful methods to your Rails app to validate, display and save phone numbers. It uses the super awesome Phony gem (https://github.com/floere/phony).

  • updated 6 months ago MIT License

    Date and time validation plugin for ActiveModel and Rails. Supports multiple ORMs and allows custom date/time formats.

  • updated 11 months ago MIT License

    URL Validation for Rails

  • updated 3 months ago MIT License

    ActiveModel validation for email. Including MX lookup and disposable email blacklist