validates_timeliness icon indicating copy to clipboard operation
validates_timeliness copied to clipboard

Date and time validation plugin for ActiveModel and Rails. Supports multiple ORMs and allows custom date/time formats.

Results 3 validates_timeliness issues
Sort by recently updated
recently updated
newest added

Hello, John, Here I've started to make the gem compatible with Rails v5.0, the main idea is to bump Ruby version and refactor `alias_method_chain` to `Module#prepend` use. Unfortunately, I ran...