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