aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/deprecation
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36557 from sikachu/fix-source-annotation-extractor-annota...Matthew Draper2019-07-161-3/+24
|\
| * Fix problem with accessing constant proxy subclassPrem Sichanugrist2019-07-051-3/+24
* | Rely on Kernel require instead of self requireBenoit Tigeot2019-06-221-1/+1
|/
* Refactor `ActiveSupport::Deprecation.deprecate_methods` not to expose interna...Ryuta Kamizono2019-04-191-18/+7
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-4/+4
* Make `deprecate` work for non-exists methodsyuuji.yaginuma2018-12-071-14/+24
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* Remove unused requireRyuta Kamizono2018-07-311-1/+0
* Merge pull request #33325 from Edouard-chin/ec-deprecate-class-methodRyuta Kamizono2018-07-311-14/+17
|\
| * A regression in deprecate_methods was introduced in a982a42:Edouard CHIN2018-07-301-14/+17
* | Remove unused `require "active_support/core_ext/regexp"`Ryuta Kamizono2018-07-291-2/+0
|/
* Raise a better exception when a invalid depreation behavior is setRafael Mendonça França2018-05-181-0/+4
* Return back "/" to the end of RAILS_GEM_ROOTbogdanvlviv2018-04-201-1/+1
* Correct ActiveSupport::Deprecation::Behavior#behavior= documentationJohn Fragoulis2018-02-231-1/+1
* Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-181-1/+1
* Preserve original method visibility when deprecating a methodJordan Brough2017-12-131-0/+7
* Formatting fix for example codeT.J. Schuck2017-11-282-2/+2
* [ci skip] Fix documentation for deprecation method_wrappersIgnat Zakrevsky2017-11-271-8/+6
* Deprecate ActiveSupport::Inflector#acronym_regexNick LaMuro2017-10-282-3/+4
* [Active Support] require_relative => requireAkira Matsuda2017-10-215-9/+9
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-116-0/+6
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-096-0/+6
* [Active Support] require => require_relativeAkira Matsuda2017-07-015-9/+9
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Send deprecation horizon and gem name as arguments to deprecation heavier han...Willem van Bergen2017-04-192-9/+22
* Add AS::Deprecation::DeprecatedConstantAccessorDominic Cleal2017-03-221-0/+50
* Remove redundant namespaces from sample code of `deprecated_method_warning` [...kenta-s2017-02-151-3/+3
* Fix the return of `deprecate_methods` in doc [ci skip]kenta-s2017-02-141-1/+1
* Change ActionView ERB Handler from Erubis to ErubiJeremy Evans2017-01-251-2/+3
* Correct caller tracking in delegated deprecation methodsMatthew Draper2016-10-031-0/+13
* applies remaining conventions across the projectXavier Noria2016-08-061-2/+2
* modernizes hash syntax in activesupportXavier Noria2016-08-061-1/+1
* applies new string literal convention in activesupport/libXavier Noria2016-08-065-9/+9
* systematic revision of =~ usage in ASXavier Noria2016-07-221-1/+2
* `behaviour` --> `behavior`Jon Moss2016-05-271-1/+1
* Pass over all Rails 5 warnings, to make sure:Vipul A M2016-04-121-1/+0
* :bomb: run the test @rafaelfranca :angry:Rafael Mendonça França2016-02-241-1/+1
* Ignore callstacks from Ruby stdlib in deprecationRafael Mendonça França2016-02-241-4/+12
* Converting backtrace to strings before calling set_backtraceTony Novak2016-02-101-1/+1
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-02-071-2/+2
|\
| * [ci skip] Fix one more typoPrathamesh Sonpatki2016-01-301-1/+1
| * [ci skip] Fix typoyui-knk2016-01-271-1/+1
* | Fix nodoc to internal class error document some of themVipul A M2016-01-251-0/+2
|/
* Update deprecation_horizon to 5.1 from 5.0 [ci skip]Ryuta Kamizono2016-01-141-3/+3
* Fix deprecation message when frame doesn't have absolute_pathRafael Mendonça França2015-11-031-1/+1
* Fix bug where custom deprecators are not used.Brandon Dunne2015-10-141-12/+36
* Only prepend a single module when defining deprecation wrappers.Charles Oliver Nutter2015-10-131-4/+4
* Documentation typoAkira Matsuda2015-09-201-1/+1
* use `caller_locations` instead of `caller`Aaron Patterson2015-08-242-3/+14
* A few documentation tweaks [ci skip]Robin Dupret2015-06-072-4/+4