codegram / date_validator

A simple, ORM agnostic, Ruby >=2.2 compatible date validator for Rails, based on ActiveModel.
http://thoughts.codegram.com/date-validation-with-rails-3
MIT License
495 stars 82 forks source link

Loads all gem locales files on Rails. #60

Closed vjustov closed 9 years ago

vjustov commented 9 years ago

Fixes #44. When Rails was complaining of a missing error message because the locales where not being loaded correctly.

oriolgual commented 9 years ago

Released https://github.com/codegram/date_validator/tree/v0.8.0 with this fix.