aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
Commit message (Expand)AuthorAgeFilesLines
* Revert "No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f"Rafael Mendonça França2019-08-0250-57/+57
* Revert "MethodCallAssertions is a regular player of the team ActiveSupport::T...Rafael Mendonça França2019-08-021-0/+3
* Revert "You give jruby_skip & rubinius_skip a good name"Rafael Mendonça França2019-08-021-0/+13
* Add *_previously_was attribute methods when dirty tracking (#36836)David Heinemeier Hansson2019-08-012-1/+13
* No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29fAkira Matsuda2019-08-0250-57/+57
* You give jruby_skip & rubinius_skip a good nameAkira Matsuda2019-08-021-13/+0
* MethodCallAssertions is a regular player of the team ActiveSupport::TestCase nowAkira Matsuda2019-08-021-3/+0
* It may be better to explicitly require 'object/try' where we call `try`Akira Matsuda2019-08-011-0/+2
* Don't require 'active_support/all' in an individual test case!!!Akira Matsuda2019-08-012-1/+1
* Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-011-10/+10
* Accessing ivar with Symbols might be just a very little bit better than with ...Akira Matsuda2019-07-311-1/+1
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-2/+2
* Add AS::TimeZone#match?Akira Matsuda2019-07-291-1/+1
* Use match? where we don't need MatchDataAkira Matsuda2019-07-271-1/+1
* Merge pull request #36005 from shioyama/plain_matcher_firstRafael França2019-07-251-9/+1
|\
| * Remove plain methodChris Salzberg2019-05-311-4/+0
| * Make plain matcher match first, not lastChris Salzberg2019-05-311-5/+1
* | Fixed the typo in the deprecation error messages. Followup #36738Abhay Nikam2019-07-231-1/+1
* | Modify behaviour of `AM::Errors#to_h`:Edouard CHIN2019-07-232-4/+9
* | Deprecated `AM::Errors#to_h`:Edouard CHIN2019-07-232-0/+16
* | Fix deprecation on `AM::Errors` when each is called indirectly:Edouard CHIN2019-07-202-1/+9
* | Switch to use `class_attribute`:Edouard CHIN2019-07-162-4/+16
* | Move the `ActiveModel:Errors#full_message` method to the `Error` class:Edouard CHIN2019-07-167-129/+159
* | Merge pull request #36654 from Edouard-chin/ec-errors-deleteRafael França2019-07-152-1/+7
|\ \
| * | Returns `nil` when `AM::Errors#delete` doesn't delete anything:Edouard CHIN2019-07-112-1/+7
* | | Merge pull request #36649 from Edouard-chin/ec-errors-strit-match-collectionRafael França2019-07-152-2/+24
|\ \ \
| * | | Fix `AM::Errors.added?` trying to generate a message:Edouard CHIN2019-07-102-2/+24
| |/ /
* | | Merge pull request #36640 from Edouard-chin/ec-uniq-validation-fixRafael França2019-07-151-1/+1
|\ \ \
| * | | Fix errors getting duplicated when passed validations options:Edouard CHIN2019-07-101-1/+1
| |/ /
* / / active_support/deprecation has to be already required via active_support/rail...Akira Matsuda2019-07-121-1/+0
|/ /
* | Update docs on dirty.rbJohn Gesimondo2019-07-051-1/+1
* | Avoid redundant `time.getutc` call if it is already utc time objectRyuta Kamizono2019-06-182-5/+5
* | Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1332-35/+0
|/
* Don't round off subseconds unless necessaryRyuta Kamizono2019-05-281-3/+10
* Merge pull request #36092 from imechemi/update-docGannon McGibbon2019-05-131-0/+7
|\
| * Improve doc for :root option in as_json() [ci skip]Tenzin Chemi2019-05-131-0/+7
* | Fix test case name to fit file nameyuuji.yaginuma2019-05-041-1/+1
* | Recover perf for `pluck` by reverting 9c9c950d02af83742a5f76302d0faa99508f242c.Guo Xiang Tan2019-05-031-0/+5
* | any? should be delegated to the errors listAaron Patterson2019-04-302-1/+12
|/
* Change the deprecation for Enumerating ActiveModel::Errors to Rails 6.1 inste...Abhay Nikam2019-04-251-5/+5
* Merge pull request #32313 from lulalala/model_error_as_objectRafael França2019-04-2414-182/+899
|\
| * Spec for display original raw type in detailslulalala2019-03-311-0/+18
| * Set default array to detailslulalala2019-03-312-1/+15
| * Fix messages[]= does not override valuelulalala2019-03-312-0/+9
| * Freeze DeprecationHandling array and hashlulalala2019-03-311-13/+20
| * Fix equality comparison raising error buglulalala2019-03-312-1/+8
| * Fix speclulalala2019-03-311-1/+1
| * Assert deprecationlulalala2019-03-311-6/+6
| * Split messages and to_hashlulalala2019-03-311-18/+21
| * Raise deprecation for calling `[:f] = 'b'` or `[:f] << 'b'`lulalala2019-03-318-25/+116