| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f" | Rafael Mendonça França | 2019-08-02 | 50 | -57/+57 |
* | Revert "MethodCallAssertions is a regular player of the team ActiveSupport::T... | Rafael Mendonça França | 2019-08-02 | 1 | -0/+3 |
* | Revert "You give jruby_skip & rubinius_skip a good name" | Rafael Mendonça França | 2019-08-02 | 1 | -0/+13 |
* | Add *_previously_was attribute methods when dirty tracking (#36836) | David Heinemeier Hansson | 2019-08-01 | 2 | -1/+13 |
* | No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f | Akira Matsuda | 2019-08-02 | 50 | -57/+57 |
* | You give jruby_skip & rubinius_skip a good name | Akira Matsuda | 2019-08-02 | 1 | -13/+0 |
* | MethodCallAssertions is a regular player of the team ActiveSupport::TestCase now | Akira Matsuda | 2019-08-02 | 1 | -3/+0 |
* | It may be better to explicitly require 'object/try' where we call `try` | Akira Matsuda | 2019-08-01 | 1 | -0/+2 |
* | Don't require 'active_support/all' in an individual test case!!! | Akira Matsuda | 2019-08-01 | 2 | -1/+1 |
* | Use `try` only when we're unsure if the receiver would respond_to the method | Akira Matsuda | 2019-08-01 | 1 | -10/+10 |
* | Accessing ivar with Symbols might be just a very little bit better than with ... | Akira Matsuda | 2019-07-31 | 1 | -1/+1 |
* | Use match? where we don't need MatchData | Akira Matsuda | 2019-07-29 | 1 | -2/+2 |
* | Add AS::TimeZone#match? | Akira Matsuda | 2019-07-29 | 1 | -1/+1 |
* | Use match? where we don't need MatchData | Akira Matsuda | 2019-07-27 | 1 | -1/+1 |
* | Merge pull request #36005 from shioyama/plain_matcher_first | Rafael França | 2019-07-25 | 1 | -9/+1 |
|\ |
|
| * | Remove plain method | Chris Salzberg | 2019-05-31 | 1 | -4/+0 |
| * | Make plain matcher match first, not last | Chris Salzberg | 2019-05-31 | 1 | -5/+1 |
* | | Fixed the typo in the deprecation error messages. Followup #36738 | Abhay Nikam | 2019-07-23 | 1 | -1/+1 |
* | | Modify behaviour of `AM::Errors#to_h`: | Edouard CHIN | 2019-07-23 | 2 | -4/+9 |
* | | Deprecated `AM::Errors#to_h`: | Edouard CHIN | 2019-07-23 | 2 | -0/+16 |
* | | Fix deprecation on `AM::Errors` when each is called indirectly: | Edouard CHIN | 2019-07-20 | 2 | -1/+9 |
* | | Switch to use `class_attribute`: | Edouard CHIN | 2019-07-16 | 2 | -4/+16 |
* | | Move the `ActiveModel:Errors#full_message` method to the `Error` class: | Edouard CHIN | 2019-07-16 | 7 | -129/+159 |
* | | Merge pull request #36654 from Edouard-chin/ec-errors-delete | Rafael França | 2019-07-15 | 2 | -1/+7 |
|\ \ |
|
| * | | Returns `nil` when `AM::Errors#delete` doesn't delete anything: | Edouard CHIN | 2019-07-11 | 2 | -1/+7 |
* | | | Merge pull request #36649 from Edouard-chin/ec-errors-strit-match-collection | Rafael França | 2019-07-15 | 2 | -2/+24 |
|\ \ \ |
|
| * | | | Fix `AM::Errors.added?` trying to generate a message: | Edouard CHIN | 2019-07-10 | 2 | -2/+24 |
| |/ / |
|
* | | | Merge pull request #36640 from Edouard-chin/ec-uniq-validation-fix | Rafael França | 2019-07-15 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Fix errors getting duplicated when passed validations options: | Edouard CHIN | 2019-07-10 | 1 | -1/+1 |
| |/ / |
|
* / / | active_support/deprecation has to be already required via active_support/rail... | Akira Matsuda | 2019-07-12 | 1 | -1/+0 |
|/ / |
|
* | | Update docs on dirty.rb | John Gesimondo | 2019-07-05 | 1 | -1/+1 |
* | | Avoid redundant `time.getutc` call if it is already utc time object | Ryuta Kamizono | 2019-06-18 | 2 | -5/+5 |
* | | Enable `Layout/EmptyLinesAroundAccessModifier` cop | Ryuta Kamizono | 2019-06-13 | 32 | -35/+0 |
|/ |
|
* | Don't round off subseconds unless necessary | Ryuta Kamizono | 2019-05-28 | 1 | -3/+10 |
* | Merge pull request #36092 from imechemi/update-doc | Gannon McGibbon | 2019-05-13 | 1 | -0/+7 |
|\ |
|
| * | Improve doc for :root option in as_json() [ci skip] | Tenzin Chemi | 2019-05-13 | 1 | -0/+7 |
* | | Fix test case name to fit file name | yuuji.yaginuma | 2019-05-04 | 1 | -1/+1 |
* | | Recover perf for `pluck` by reverting 9c9c950d02af83742a5f76302d0faa99508f242c. | Guo Xiang Tan | 2019-05-03 | 1 | -0/+5 |
* | | any? should be delegated to the errors list | Aaron Patterson | 2019-04-30 | 2 | -1/+12 |
|/ |
|
* | Change the deprecation for Enumerating ActiveModel::Errors to Rails 6.1 inste... | Abhay Nikam | 2019-04-25 | 1 | -5/+5 |
* | Merge pull request #32313 from lulalala/model_error_as_object | Rafael França | 2019-04-24 | 14 | -182/+899 |
|\ |
|
| * | Spec for display original raw type in details | lulalala | 2019-03-31 | 1 | -0/+18 |
| * | Set default array to details | lulalala | 2019-03-31 | 2 | -1/+15 |
| * | Fix messages[]= does not override value | lulalala | 2019-03-31 | 2 | -0/+9 |
| * | Freeze DeprecationHandling array and hash | lulalala | 2019-03-31 | 1 | -13/+20 |
| * | Fix equality comparison raising error bug | lulalala | 2019-03-31 | 2 | -1/+8 |
| * | Fix spec | lulalala | 2019-03-31 | 1 | -1/+1 |
| * | Assert deprecation | lulalala | 2019-03-31 | 1 | -6/+6 |
| * | Split messages and to_hash | lulalala | 2019-03-31 | 1 | -18/+21 |
| * | Raise deprecation for calling `[:f] = 'b'` or `[:f] << 'b'` | lulalala | 2019-03-31 | 8 | -25/+116 |