Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor `ActiveSupport::Deprecation.deprecate_methods` not to expose interna... | Ryuta Kamizono | 2019-04-19 | 1 | -8/+0 |
* | Test ActiveSupport::Deprecation.deprecate_methods | Yosuke Kabuto | 2018-12-14 | 1 | -0/+7 |
* | A regression in deprecate_methods was introduced in a982a42: | Edouard CHIN | 2018-07-30 | 1 | -0/+35 |
* | Preserve original method visibility when deprecating a method | Jordan Brough | 2017-12-13 | 1 | -0/+22 |
* | [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 1 | -0/+1 |
* | Use frozen-string-literal in ActiveSupport | Kir Shatrov | 2017-07-09 | 1 | -0/+1 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | modernizes hash syntax in activesupport | Xavier Noria | 2016-08-06 | 1 | -3/+3 |
* | applies new string literal convention in activesupport/test | Xavier Noria | 2016-08-06 | 1 | -2/+2 |
* | Fix bug where custom deprecators are not used. | Brandon Dunne | 2015-10-14 | 1 | -0/+34 |