Date and time validation plugin for ActiveModel and Rails. Supports multiple ORMs and allows custom date/time formats.
Go to file
Adam Meehan ed23c4a9a4 refactored to convert and cache user input value on write to distinguish from values in read raw from database which allows correct timezone conversion
added override for read_attribute to check for failed time type cast which should save nil value
2008-06-30 15:38:33 +10:00
lib refactored to convert and cache user input value on write to distinguish from values in read raw from database which allows correct timezone conversion 2008-06-30 15:38:33 +10:00
spec refactored to convert and cache user input value on write to distinguish from values in read raw from database which allows correct timezone conversion 2008-06-30 15:38:33 +10:00
init.rb added specs for validation 2008-05-03 15:52:40 +10:00
Rakefile first commit 2008-05-02 16:42:51 +10:00