validates_timeliness/lib/validates_timeliness
Adam Meehan 1e48173e6a don't call to_time on Time object.
Fixes Ruby 1.9 bug which changes the zone to local when calling to_time
on a Time object! Lame! I mean seriously, Rails created the method and
then Ruby copies it into core and changes the behaviour. Why?
2010-10-14 07:40:30 +11:00
..
extensions Validation support for ActiveModel::Validations without a shim 2010-09-29 08:09:43 +10:00
orm Validation support for ActiveModel::Validations without a shim 2010-09-29 08:09:43 +10:00
attribute_methods.rb Validation support for ActiveModel::Validations without a shim 2010-09-29 08:09:43 +10:00
conversion.rb don't call to_time on Time object. 2010-10-14 07:40:30 +11:00
extensions.rb renamed to enable_multiparameter_extension! 2010-08-03 23:27:46 +10:00
helper_methods.rb Validation support for ActiveModel::Validations without a shim 2010-09-29 08:09:43 +10:00
parser.rb parser should be a module not a class 2010-10-11 15:49:01 +11:00
railtie.rb added railtie and moved in some config defaults for Rails and AR 2010-10-09 16:44:19 +11:00
validator.rb tiny tweaks 2010-09-30 19:08:09 +10:00
version.rb version 3.0.0.beta.4 2010-09-29 08:29:02 +10:00