validates_timeliness v1.0.0 Release Notes

Release Date: 2008-12-06 // over 15 years ago
    • Gemified!
    • ๐Ÿ’… Refactor of plugin into a Data Mapper style validator class which makes for a cleaner implementation and possible future MerbData Mapper support
    • ๐Ÿ”Œ Added Rails 2.2 i18n support. Plugin error messages can specified in locale files. See README.
    • ignore_datetime_restriction_errors setting has been moved from AR to ValidatesTimeliness::Validator.ignore_restriction_errors
    • date_time_error_value_formats setting has been moved from AR to ValidatesTimeliness::Validator.error_value_formats
    • Namespaced modules and specs
    • Clean up of specs
    • ๐Ÿ›  fixed a few bugs
      • accessor methods not generating properly due method name stored as symbol in generated_attributes which fails on lookup
      • force value assigned to time/datetime attributes to time objects