mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-24 14:56:43 +00:00
added refactoring to changelog
This commit is contained in:
parent
8f950d5ac6
commit
cffb466e20
@ -1,3 +1,6 @@
|
|||||||
|
[2008-09-24]
|
||||||
|
- refactored attribute write method definitions
|
||||||
|
|
||||||
[2008-08-25]
|
[2008-08-25]
|
||||||
- fixed bug for non-timezone write method not updating changed attributes hash [reported by Sylvestre Mergulhão]
|
- fixed bug for non-timezone write method not updating changed attributes hash [reported by Sylvestre Mergulhão]
|
||||||
|
|
||||||
@ -5,7 +8,7 @@
|
|||||||
- fixed bug with attribute cache not clearing on write for date and time columns [reported by Sylvestre Mergulhão]
|
- fixed bug with attribute cache not clearing on write for date and time columns [reported by Sylvestre Mergulhão]
|
||||||
- parse method returns Date object for date column assigned string as per normal Rails behaviour
|
- parse method returns Date object for date column assigned string as per normal Rails behaviour
|
||||||
- parse method returns same object type when assigned Date or Time object as per normal Rails behaviour
|
- parse method returns same object type when assigned Date or Time object as per normal Rails behaviour
|
||||||
|
|
||||||
[2008-08-07]
|
[2008-08-07]
|
||||||
- modified matcher option value parsing to allow same value types as validation method
|
- modified matcher option value parsing to allow same value types as validation method
|
||||||
- fixed matcher message
|
- fixed matcher message
|
||||||
@ -13,6 +16,6 @@
|
|||||||
[2008-08-02]
|
[2008-08-02]
|
||||||
- refactored validation
|
- refactored validation
|
||||||
- refactored matcher
|
- refactored matcher
|
||||||
|
|
||||||
[2008-07-30]
|
[2008-07-30]
|
||||||
- removed setting values to nil when validation fails to preserve before_type_cast value
|
- removed setting values to nil when validation fails to preserve before_type_cast value
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user