Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | File encoding is defaulted to utf-8 in Ruby >= 2.1 | Akira Matsuda | 2015-09-18 | 1 | -1/+0 |
* | replace `repair_validations` with a disposable subclass. | Yves Senn | 2015-03-06 | 1 | -32/+33 |
* | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on... | Vipul A M | 2015-02-03 | 1 | -1/+0 |
* | Fix validations on child record when record parent has validate: false | eileencodes | 2015-02-01 | 1 | -3/+16 |
* | AR specific length validator to respect `marked_for_destruction`. | Yves Senn | 2014-12-30 | 1 | -0/+18 |
* | move AR length validation tests into separate test-case. | Yves Senn | 2014-04-24 | 1 | -0/+47 |