| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #36557 from sikachu/fix-source-annotation-extractor-annota... | Matthew Draper | 2019-07-16 | 1 | -3/+24 |
|\ |
|
| * | Fix problem with accessing constant proxy subclass | Prem Sichanugrist | 2019-07-05 | 1 | -3/+24 |
* | | Rely on Kernel require instead of self require | Benoit Tigeot | 2019-06-22 | 1 | -1/+1 |
|/ |
|
* | Refactor `ActiveSupport::Deprecation.deprecate_methods` not to expose interna... | Ryuta Kamizono | 2019-04-19 | 1 | -18/+7 |
* | Module#{define_method,alias_method,undef_method,remove_method} become public ... | Ryuta Kamizono | 2018-12-21 | 1 | -4/+4 |
* | Make `deprecate` work for non-exists methods | yuuji.yaginuma | 2018-12-07 | 1 | -14/+24 |
* | Change the empty block style to have space inside of the block | Rafael Mendonça França | 2018-09-25 | 1 | -1/+1 |
* | Remove unused require | Ryuta Kamizono | 2018-07-31 | 1 | -1/+0 |
* | Merge pull request #33325 from Edouard-chin/ec-deprecate-class-method | Ryuta Kamizono | 2018-07-31 | 1 | -14/+17 |
|\ |
|
| * | A regression in deprecate_methods was introduced in a982a42: | Edouard CHIN | 2018-07-30 | 1 | -14/+17 |
* | | Remove unused `require "active_support/core_ext/regexp"` | Ryuta Kamizono | 2018-07-29 | 1 | -2/+0 |
|/ |
|
* | Raise a better exception when a invalid depreation behavior is set | Rafael Mendonça França | 2018-05-18 | 1 | -0/+4 |
* | Return back "/" to the end of RAILS_GEM_ROOT | bogdanvlviv | 2018-04-20 | 1 | -1/+1 |
* | Correct ActiveSupport::Deprecation::Behavior#behavior= documentation | John Fragoulis | 2018-02-23 | 1 | -1/+1 |
* | Enable autocorrect for `Lint/EndAlignment` cop | Koichi ITO | 2018-01-18 | 1 | -1/+1 |
* | Preserve original method visibility when deprecating a method | Jordan Brough | 2017-12-13 | 1 | -0/+7 |
* | Formatting fix for example code | T.J. Schuck | 2017-11-28 | 2 | -2/+2 |
* | [ci skip] Fix documentation for deprecation method_wrappers | Ignat Zakrevsky | 2017-11-27 | 1 | -8/+6 |
* | Deprecate ActiveSupport::Inflector#acronym_regex | Nick LaMuro | 2017-10-28 | 2 | -3/+4 |
* | [Active Support] require_relative => require | Akira Matsuda | 2017-10-21 | 5 | -9/+9 |
* | [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 6 | -0/+6 |
* | Use frozen-string-literal in ActiveSupport | Kir Shatrov | 2017-07-09 | 6 | -0/+6 |
* | [Active Support] require => require_relative | Akira Matsuda | 2017-07-01 | 5 | -9/+9 |
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 1 | -1/+1 |
* | Send deprecation horizon and gem name as arguments to deprecation heavier han... | Willem van Bergen | 2017-04-19 | 2 | -9/+22 |
* | Add AS::Deprecation::DeprecatedConstantAccessor | Dominic Cleal | 2017-03-22 | 1 | -0/+50 |
* | Remove redundant namespaces from sample code of `deprecated_method_warning` [... | kenta-s | 2017-02-15 | 1 | -3/+3 |
* | Fix the return of `deprecate_methods` in doc [ci skip] | kenta-s | 2017-02-14 | 1 | -1/+1 |
* | Change ActionView ERB Handler from Erubis to Erubi | Jeremy Evans | 2017-01-25 | 1 | -2/+3 |
* | Correct caller tracking in delegated deprecation methods | Matthew Draper | 2016-10-03 | 1 | -0/+13 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -2/+2 |
* | modernizes hash syntax in activesupport | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | applies new string literal convention in activesupport/lib | Xavier Noria | 2016-08-06 | 5 | -9/+9 |
* | systematic revision of =~ usage in AS | Xavier Noria | 2016-07-22 | 1 | -1/+2 |
* | `behaviour` --> `behavior` | Jon Moss | 2016-05-27 | 1 | -1/+1 |
* | Pass over all Rails 5 warnings, to make sure: | Vipul A M | 2016-04-12 | 1 | -1/+0 |
* | :bomb: run the test @rafaelfranca :angry: | Rafael Mendonça França | 2016-02-24 | 1 | -1/+1 |
* | Ignore callstacks from Ruby stdlib in deprecation | Rafael Mendonça França | 2016-02-24 | 1 | -4/+12 |
* | Converting backtrace to strings before calling set_backtrace | Tony Novak | 2016-02-10 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-02-07 | 1 | -2/+2 |
|\ |
|
| * | [ci skip] Fix one more typo | Prathamesh Sonpatki | 2016-01-30 | 1 | -1/+1 |
| * | [ci skip] Fix typo | yui-knk | 2016-01-27 | 1 | -1/+1 |
* | | Fix nodoc to internal class error document some of them | Vipul A M | 2016-01-25 | 1 | -0/+2 |
|/ |
|
* | Update deprecation_horizon to 5.1 from 5.0 [ci skip] | Ryuta Kamizono | 2016-01-14 | 1 | -3/+3 |
* | Fix deprecation message when frame doesn't have absolute_path | Rafael Mendonça França | 2015-11-03 | 1 | -1/+1 |
* | Fix bug where custom deprecators are not used. | Brandon Dunne | 2015-10-14 | 1 | -12/+36 |
* | Only prepend a single module when defining deprecation wrappers. | Charles Oliver Nutter | 2015-10-13 | 1 | -4/+4 |
* | Documentation typo | Akira Matsuda | 2015-09-20 | 1 | -1/+1 |
* | use `caller_locations` instead of `caller` | Aaron Patterson | 2015-08-24 | 2 | -3/+14 |
* | A few documentation tweaks [ci skip] | Robin Dupret | 2015-06-07 | 2 | -4/+4 |