Date and time validation plugin for ActiveModel and Rails. Supports multiple ORMs and allows custom date/time formats.
Go to file
Adam Meehan fdc3086976 initial Rails 3 rewrite commit
completely rewritten for ActiveModel compatibility
uses ActiveModel EachValidator class as validator base class
simplifies :between by splitting into a :on_or_before and an :on_of_after
only :is_at option tested
2010-08-01 18:35:18 +10:00
autotest initial Rails 3 rewrite commit 2010-08-01 18:35:18 +10:00
lib initial Rails 3 rewrite commit 2010-08-01 18:35:18 +10:00
spec initial Rails 3 rewrite commit 2010-08-01 18:35:18 +10:00
.gitignore initial Rails 3 rewrite commit 2010-08-01 18:35:18 +10:00
.rspec initial Rails 3 rewrite commit 2010-08-01 18:35:18 +10:00
Gemfile initial Rails 3 rewrite commit 2010-08-01 18:35:18 +10:00
Gemfile.lock initial Rails 3 rewrite commit 2010-08-01 18:35:18 +10:00
LICENSE initial Rails 3 rewrite commit 2010-08-01 18:35:18 +10:00
Rakefile initial Rails 3 rewrite commit 2010-08-01 18:35:18 +10:00