aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/module_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Prefer class_eval with block to many sends for Ruby 1.9 compatJeremy Kemper2007-09-271-53/+72
* alias_method_chain preserves the original method's visibility. Closes #7854.Jeremy Kemper2007-03-181-0/+45
* Update Dependencies to ignore constants inherited from ancestors. Closes #6951.Nicholas Seckar2007-03-141-0/+8
* alias_method_chain yields method target and punctuation to simplify wrapper m...Jeremy Kemper2006-09-151-0/+15
* alias_method_chain works with accessor= methods also. Closes #6153.Jeremy Kemper2006-09-121-9/+22
* More tests for alias_method_chain with feature and method punctuation. Closes...Jeremy Kemper2006-09-031-0/+15
* Added Module#alias_attribute [Jamis/DHH]David Heinemeier Hansson2006-08-031-1/+0
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-12/+10
* Fixed that Module#alias_method_chain should work with both foo? foo! and foo ...David Heinemeier Hansson2006-06-031-6/+28
* fix test warningsJeremy Kemper2006-05-311-2/+2
* Strip out punctuation on predicates or bang methods being aliased with alias_...Marcel Molina2006-04-291-1/+59
* Dependencies cleanup. Fixes #4221.Nicholas Seckar2006-03-271-0/+16
* Added delegation support to Module that allows multiple delegations at once (...David Heinemeier Hansson2006-02-041-0/+48
* Further improvements to reloading codeNicholas Seckar2006-02-021-14/+0
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-291-0/+51