validates_timeliness/lib
Adam Meehan e5bb096161 Move method generation to ActiveModel only and use type system in AR
The ActiveModel type system with extensions in ActiveRecord provide
us a lot of convenience. Some general attribute code is now moved to
ActiveModel only as the AR types provide raw value capturing
(before_type_cast) and type classes to handle type specific string
value parsing if enabled.

In my view, we need to go futher and strip out more from ActiveModel
extension but at least we should have compatibility at the moment.
2018-05-19 15:22:23 +10:00
..
generators/validates_timeliness Generate default config with AR orm enabled 2015-12-29 15:58:42 +11:00
validates_timeliness Move method generation to ActiveModel only and use type system in AR 2018-05-19 15:22:23 +10:00
validates_timeliness.rb Remove all mongoid stuff and put in validates_timeliness-mongoid 2015-12-28 14:24:24 +11:00