aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module/aliasing.rb
Commit message (Expand)AuthorAgeFilesLines
* 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