Awesome Ruby Data Validation

  • updated over 1 year ago BSD 3-Clause "New...

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

  • updated 8 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 23 days ago MIT License

    Client Side Validations made easy for Ruby on Rails

  • updated about 1 year ago MIT License

    Validation library with type-safe schemas and rules

  • updated over 1 year ago MIT License

    An email validator for Rails.

  • updated over 1 year ago MIT License

    Ruby JSON Schema Validator

  • updated over 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 12 months ago MIT License

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

  • updated about 1 month ago MIT License

    URL Validation for Rails

  • updated 4 months ago MIT License

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