index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
test
/
core_ext
/
module_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove warning
Rafael Mendonça França
2014-01-16
1
-2
/
+2
*
define the delegate methods on one line. fixes #13724
Aaron Patterson
2014-01-16
1
-0
/
+10
*
Unused classes in AS tests
Akira Matsuda
2013-12-19
1
-6
/
+0
*
Only raise DelegationError if it's is the source of the exception
Andrew White
2013-07-11
1
-0
/
+27
*
Fixed test broken by local_constant_names
Arun Agrawal
2013-07-03
1
-6
/
+0
*
Move delegation error constant to inside Module
Carlos Antonio da Silva
2013-06-26
1
-1
/
+1
*
Add DelegationError class. Rasied by delegation to a nil object
Steve Faulkner
2013-06-26
1
-1
/
+1
*
Module#delegate checks nilness rather that falsehood if :allow_nil is true, a...
Xavier Noria
2013-04-26
1
-0
/
+31
*
Delegation method bug
Li Ellis Gallardo
2013-04-25
1
-0
/
+5
*
Nice and easy delegation to the class
Marc-Andre Lafortune
2012-09-11
1
-0
/
+11
*
JRuby return different Array for module contents.
Arun Agrawal
2012-05-29
1
-1
/
+1
*
Optimize the performance of #delegate
Daniel Schierbeck
2012-04-12
1
-0
/
+19
*
deprecates Module#local_constant_names
Xavier Noria
2012-01-12
1
-0
/
+6
*
use AS::TestCase as the base class
Aaron Patterson
2012-01-05
1
-2
/
+2
*
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
[next]