aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/deprecation/proxy_wrappers.rb
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
|/
* Remove unused `require "active_support/core_ext/regexp"`Ryuta Kamizono2018-07-291-2/+0
* Formatting fix for example codeT.J. Schuck2017-11-281-1/+1
* Deprecate ActiveSupport::Inflector#acronym_regexNick LaMuro2017-10-281-1/+2
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-2/+2
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-2/+2
* Change ActionView ERB Handler from Erubis to ErubiJeremy Evans2017-01-251-2/+3
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-2/+2
* systematic revision of =~ usage in ASXavier Noria2016-07-221-1/+2
* [ci skip] Fix one more typoPrathamesh Sonpatki2016-01-301-1/+1
* [ci skip] Fix typoyui-knk2016-01-271-1/+1
* Documentation typoAkira Matsuda2015-09-201-1/+1
* use `caller_locations` instead of `caller`Aaron Patterson2015-08-241-1/+1
* A few documentation tweaks [ci skip]Robin Dupret2015-06-071-1/+1
* s/contstant/constant re #20282 [ci skip]Zachary Scott2015-05-241-2/+2
* [skip ci] Add documentation for DeprecatedConstantProxy#classAnton Davydov2015-05-241-0/+5
* Tiny documentation edits [ci skip]Robin Dupret2015-05-041-14/+16
* [ci skip] Rework docs, add examples on deprecation proxiesNick Cox2015-04-241-22/+38
* Fix typos in deprecation proxy docs [ci skip]Carlos Antonio da Silva2013-04-301-3/+3
* Update activesupport/lib/active_support/deprecation/proxy_wrappers.rbClaudio B.2012-12-071-1/+1
* Copy-edit deprecation relared documentation [ci skip]Rafael Mendonça França2012-09-131-22/+23
* Change ActiveSupport::Deprecation to class.Piotr Niełacny2012-09-131-10/+49
* extend ActiveSupport::Deprecation with self, allow other objects to extend/in...Robert Pankowecki2012-09-131-7/+12
* In AS, only inflector/methods is need in proxy_wrappers.rb, as well as date, ...Josh Kalderimis2011-01-121-1/+1
* Prevent any warnings from being printed during RDoc generationJoost Baaij2010-08-261-1/+1
* fixing space errorsAaron Patterson2010-07-261-2/+2
* Override new on proxy objects so that they never wrap nil or false.Leigh Caplan2010-07-261-0/+7
* Don't undefine object_idJeremy Kemper2009-04-261-1/+1
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-1/+3
* Dice up ActiveSupport::DeprecationJeremy Kemper2009-04-171-0/+72