adzap / validates_timeliness

Date and time validation plugin for ActiveModel and Rails. Supports multiple ORMs and allows custom date/time formats.
MIT License
1.59k stars 227 forks source link

Fix Deprecation warning in Rails5 #147

Closed chimame closed 6 years ago

chimame commented 7 years ago

https://github.com/adzap/validates_timeliness/issues/143 alias_method_chain is deprecated. We fixed that it does not support Ruby 1.x.

chimame commented 7 years ago

I do not know why the travis CI failed. It fails on the master branch.

brunowego commented 7 years ago

Please merge it! 👍