aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module/aliasing.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Remove deprecated method alias_method_chainAndrew White2016-11-141-48/+0
* damn typos [ci skip]Xavier Noria2016-08-081-1/+1
* explain why aliasing uses explicit selfs [ci skip]Xavier Noria2016-08-081-0/+3
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-1/+1
* Clearify that alias_method_chain is deprecatedPrem Sichanugrist2015-04-221-0/+3
* [ci skip] Replace `query methods` with `a predicate`yui-knk2015-03-311-1/+1
* Remove circular requireRafael Mendonça França2015-03-271-2/+0
* Missing require 'active_support/deprecation'Akira Matsuda2015-03-271-0/+2
* Deprecate alias_method_chain in favour of Module#prependKir Shatrov2015-03-221-0/+2
* doc added for `writer` method in `alias_method_chain`[ci skip]Kuldeep Aggarwal2014-10-041-2/+2
* removing unnecessary 'examples' noise from activesupportFrancesco Rodriguez2012-05-131-2/+0
* AS core_ext refactoring pt.2Alexey Gaziev2012-04-291-7/+8
* fix stack trace lines on class_evalSantiago Pastorino2010-04-091-1/+1
* Convert Module aliasing and introspection extension modules to class reopenJeremy Kemper2009-03-281-68/+64
* Inline code comments for class_eval/module_eval [#1657 state:resolved]Xavier Noria2008-12-281-3/+3
* Move some core extension methods into a module under the ActiveSupport::CoreE...Hongli Lai (Phusion)2008-08-291-67/+71
* Fix incorrect superclass in documentation for alias_attribute. Closes #7171 [...Marcel Molina2007-12-051-1/+1
* Let alias_attribute work with attributes with initial capital letters (legacy...Michael Koziarski2007-07-191-2/+2
* alias_method_chain preserves the original method's visibility. Closes #7854.Jeremy Kemper2007-03-181-2/+14
* alias_method_chain yields method target and punctuation to simplify wrapper m...Jeremy Kemper2006-09-151-0/+1
* alias_method_chain works with accessor= methods also. Closes #6153.Jeremy Kemper2006-09-121-1/+1
* Added Module#alias_attribute [Jamis/DHH]David Heinemeier Hansson2006-08-031-0/+27
* Typo in alias_method_chain rdoc.Jeremy Kemper2006-07-031-1/+1
* alias_method_chain preserves method punctuation so foo, foo?, and foo! may be...Jeremy Kemper2006-06-211-3/+14
* Rolled back broken aliasingDavid Heinemeier Hansson2006-06-031-10/+4
* Fixed that Module#alias_method_chain should work with both foo? foo! and foo ...David Heinemeier Hansson2006-06-031-4/+10
* Strip out punctuation on predicates or bang methods being aliased with alias_...Marcel Molina2006-04-291-2/+5
* Added Module#alias_method_chainJamis Buck2006-04-261-0/+16