| Commit message (Expand) | Author | Age | Files | Lines |
* | We can't simply check the first line of the backtrace, | Arun Agrawal | 2011-09-04 | 1 | -4/+6 |
* | Revert all the stuff to do with disallowing non-public methods for Module#del... | Jon Leighton | 2011-08-25 | 1 | -19/+1 |
* | Add a test for delegating a method ending in '=' as this is a special case. | Jon Leighton | 2011-08-15 | 1 | -0/+8 |
* | Split up the definitions in Module#delegate depending on :allow_nil, and don'... | Jon Leighton | 2011-08-15 | 1 | -0/+12 |
* | Fix the line number in the backtrace when Module#delegate raises | Jon Leighton | 2011-08-15 | 1 | -1/+13 |
* | Just do the method call directly in Module#delegate, if we can (we cannot for... | Jon Leighton | 2011-08-15 | 1 | -2/+20 |
* | Remove unused line in test setup. | Ben Orenstein | 2011-02-17 | 1 | -1/+0 |
* | Remove unused code. | Ben Orenstein | 2011-02-16 | 1 | -3/+0 |
* | delegate method should treat :prefix => false same as :prefix => nil | Neeraj Singh | 2010-09-01 | 1 | -0/+13 |
* | Removes unused vars | Santiago Pastorino | 2010-07-24 | 1 | -1/+1 |
* | Final iteration of use better testing methods | Neeraj Singh | 2010-05-19 | 1 | -5/+5 |
* | Singleton classes returns parent's methods with instance_methods(false) and t... | José Valim | 2010-03-19 | 1 | -0/+14 |
* | Fix test ordering bug related to introducing masked Name class | Yehuda Katz | 2010-02-19 | 1 | -14/+6 |
* | removes Module#as_load_path, which is no longer used | Xavier Noria | 2010-02-07 | 1 | -5/+0 |
* | removes Module#included_in_classes, which is no longer used | Xavier Noria | 2010-02-07 | 1 | -7/+0 |
* | Allow delegating to nil, because the method might actually exist on it | Bryan Helmkamp | 2009-08-10 | 1 | -1/+12 |
* | Friendlier runtime exception if delegatee is nil | Jeremy Kemper | 2009-06-18 | 1 | -1/+1 |
* | Explicit test dependencies | Jeremy Kemper | 2009-03-28 | 1 | -0/+1 |
* | Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. | Jeremy Kemper | 2009-03-08 | 1 | -5/+5 |
* | Add :allow_nil option to delegate [#1127 state:resolved] | Sergio Gil | 2008-12-21 | 1 | -0/+27 |
* | Ensure only delegations to methods can have an automatic prefix. [#1235 state... | Daniel Schierbeck | 2008-11-21 | 1 | -0/+11 |
* | Moved test object instantiation to a setup method. | Daniel Schierbeck | 2008-10-19 | 1 | -9/+9 |
* | Made the :prefix option on Module#delegate accept a custom prefix. | Daniel Schierbeck | 2008-10-19 | 1 | -0/+9 |
* | Added :prefix option to Module#delegate. | Daniel Schierbeck | 2008-10-19 | 1 | -0/+12 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+1 |
* | Prefer class_eval with block to many sends for Ruby 1.9 compat | Jeremy Kemper | 2007-09-27 | 1 | -53/+72 |
* | alias_method_chain preserves the original method's visibility. Closes #7854. | Jeremy Kemper | 2007-03-18 | 1 | -0/+45 |
* | Update Dependencies to ignore constants inherited from ancestors. Closes #6951. | Nicholas Seckar | 2007-03-14 | 1 | -0/+8 |
* | alias_method_chain yields method target and punctuation to simplify wrapper m... | Jeremy Kemper | 2006-09-15 | 1 | -0/+15 |
* | alias_method_chain works with accessor= methods also. Closes #6153. | Jeremy Kemper | 2006-09-12 | 1 | -9/+22 |
* | More tests for alias_method_chain with feature and method punctuation. Closes... | Jeremy Kemper | 2006-09-03 | 1 | -0/+15 |
* | Added Module#alias_attribute [Jamis/DHH] | David Heinemeier Hansson | 2006-08-03 | 1 | -1/+0 |
* | r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 | Jeremy Kemper | 2006-07-08 | 1 | -12/+10 |
* | Fixed that Module#alias_method_chain should work with both foo? foo! and foo ... | David Heinemeier Hansson | 2006-06-03 | 1 | -6/+28 |
* | fix test warnings | Jeremy Kemper | 2006-05-31 | 1 | -2/+2 |
* | Strip out punctuation on predicates or bang methods being aliased with alias_... | Marcel Molina | 2006-04-29 | 1 | -1/+59 |
* | Dependencies cleanup. Fixes #4221. | Nicholas Seckar | 2006-03-27 | 1 | -0/+16 |
* | Added delegation support to Module that allows multiple delegations at once (... | David Heinemeier Hansson | 2006-02-04 | 1 | -0/+48 |
* | Further improvements to reloading code | Nicholas Seckar | 2006-02-02 | 1 | -14/+0 |
* | Added reusable reloading support through the inclusion of the Relodable modul... | David Heinemeier Hansson | 2006-01-29 | 1 | -0/+51 |