date_validator
Date validator
A simple date validation system for Rails models
A simple, ORM agnostic, Ruby >=2.2 compatible date validator for Rails, based on ActiveModel.
496 stars
14 watching
82 forks
Language: Ruby
last commit: over 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
adzap/validates_timeliness | A plugin for Rails that enables strict validation of dates, times and datetimes across multiple versions of the Ruby on Rails framework. | 1,592 |
amatsuda/html5_validators | Automatic client-side validation using HTML5 Form Validation for Rails applications | 304 |
kaize/validates | Custom validators for Rails applications | 154 |
k-and-r/email_validator | A gem providing an email validation mechanism for Rails applications | 644 |
validates-email-format-of/validates_email_format_of | A Ruby gem to validate email addresses against standard formats and options. | 443 |
franckverrot/activevalidators | Provides a collection of reusable validation rules for Ruby on Rails models | 306 |
jrobertson/chronic_between | A Ruby library for parsing natural language date and time ranges | 27 |
michaelklishin/validateur | A Clojure(Script) validation library with functional validators and higher-order functions for validating data | 185 |
dgilperez/validates_zipcode | A Rails gem for validating and formatting postal codes according to country-specific rules. | 137 |
nicolasblanco/rails_param | A Ruby library for validating and coercing parameters in Rails controllers. | 942 |
lab2023/kangal | A Ruby gem providing extended validation for various types of data | 33 |
theleoborges/bouncer | A validation DSL for Clojure & Clojurescript applications | 364 |
fisxoj/sanity-clause | Library for defining data validation contracts in dynamically typed languages | 51 |
w3c-validators/w3c_validators | A Ruby library providing a unified interface to online W3C validation services. | 94 |
activeadmin-plugins/active_admin_date_range_preset | Customizes date range inputs in ActiveAdmin forms and filters with a 'Set Range' button | 10 |