validates_timeliness/spec/support
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
..
config_helper.rb Hook into undefine_attributes_methods to remove timeliness methods as well 2012-02-01 20:38:05 +11:00
model_helpers.rb Rspec 3 syntax 2015-12-29 14:55:03 +11:00
tag_matcher.rb Datetime select extension fixes with help from @johncarney's fork 2015-12-29 15:49:18 +11:00
test_model.rb Move method generation to ActiveModel only and use type system in AR 2018-05-19 15:22:23 +10:00