Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to use `class_attribute`: | Edouard CHIN | 2019-07-16 | 1 | -4/+3 |
* | Move the `ActiveModel:Errors#full_message` method to the `Error` class: | Edouard CHIN | 2019-07-16 | 1 | -2/+88 |
* | Merge pull request #36649 from Edouard-chin/ec-errors-strit-match-collection | Rafael França | 2019-07-15 | 1 | -2/+2 |
|\ | |||||
| * | Fix `AM::Errors.added?` trying to generate a message: | Edouard CHIN | 2019-07-10 | 1 | -2/+2 |
* | | Fix errors getting duplicated when passed validations options: | Edouard CHIN | 2019-07-10 | 1 | -1/+1 |
|/ | |||||
* | Enable `Layout/EmptyLinesAroundAccessModifier` cop | Ryuta Kamizono | 2019-06-13 | 1 | -1/+0 |
* | Fix equality comparison raising error bug | lulalala | 2019-03-31 | 1 | -1/+1 |
* | Allow errors to remove duplicates, and ensure cyclic associations w/ autosave... | lulalala | 2019-03-31 | 1 | -0/+15 |
* | Change errors | lulalala | 2019-03-31 | 1 | -1/+7 |
* | Add ActiveModel::Error and NestedError | lulalala | 2019-03-31 | 1 | -0/+60 |