aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/error.rb
Commit message (Expand)AuthorAgeFilesLines
* Switch to use `class_attribute`:Edouard CHIN2019-07-161-4/+3
* Move the `ActiveModel:Errors#full_message` method to the `Error` class:Edouard CHIN2019-07-161-2/+88
* Merge pull request #36649 from Edouard-chin/ec-errors-strit-match-collectionRafael França2019-07-151-2/+2
|\
| * Fix `AM::Errors.added?` trying to generate a message:Edouard CHIN2019-07-101-2/+2
* | Fix errors getting duplicated when passed validations options:Edouard CHIN2019-07-101-1/+1
|/
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Fix equality comparison raising error buglulalala2019-03-311-1/+1
* Allow errors to remove duplicates, and ensure cyclic associations w/ autosave...lulalala2019-03-311-0/+15
* Change errorslulalala2019-03-311-1/+7
* Add ActiveModel::Error and NestedErrorlulalala2019-03-311-0/+60