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
*
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