Actions
Bug #19422
closedvalidates_lengths_from_database leaks validation options between models
Difficulty:
Triaged:
Description
This leads to unexpected validatoin errors such as "OperatingsystemTest.test_: Operatingsystem should not allow :major to be ‹"111111"›."
in tests, depending on options of other ActiveRecord objects and order of their loading.
It hit us hard in remote_execution
Updated by Ivan Necas about 8 years ago
- Pull request https://github.com/rubiety/validates_lengths_from_database/pull/18 added
Updated by Dominic Cleal about 8 years ago
- Status changed from Ready For Testing to Resolved
Not a Foreman issue, changed in a gem.
Actions