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
*
Adjust `Module.parent_name` to work when frozen; fixes #27637
Corey Ward
2017-01-17
1
-30
/
+0
*
Constant look-up would no longer fall back to top-level constant since ruby 2.5
Akira Matsuda
2017-01-13
1
-2
/
+2
*
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
1
-1
/
+1
*
assert_equal takes expectation first
Akira Matsuda
2016-12-26
1
-9
/
+9
*
Remove deprecated method alias_method_chain
Andrew White
2016-11-14
1
-215
/
+0
*
Remove deprecated local_constants
Andrew White
2016-11-13
1
-10
/
+0
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-2
/
+2
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-3
/
+3
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-3
/
+3
*
modernizes hash syntax in activesupport
Xavier Noria
2016-08-06
1
-25
/
+25
*
applies new string literal convention in activesupport/test
Xavier Noria
2016-08-06
1
-35
/
+35
*
Add test for `delegate_missing_to` where method doesn't exist
Jon Moss
2016-05-26
1
-0
/
+8
*
Add tests for keyword arg to: for Module#delegate
Yosuke Kabuto
2016-05-25
1
-0
/
+15
*
Don't delegate to private methods of the targer
Rafael Mendonça França
2016-05-24
1
-0
/
+14
*
Merge pull request #23930 from gsamokovarov/module-delegate-missing-to
Rafael Mendonça França
2016-05-24
1
-0
/
+22
|
\
|
*
Introduce Module#delegate_missing_to
Genadi Samokovarov
2016-02-27
1
-0
/
+22
*
|
Remove duplicated `test_` prefix [ci skip]
Ryuta Kamizono
2016-03-02
1
-1
/
+1
*
|
Deprecate `Module.local_constants`
yui-knk
2016-03-01
1
-1
/
+7
|
/
*
Fixing issue when delegating to methods named "block", "args", or "arg"
Jake Bell
2015-08-19
1
-0
/
+15
*
Deprecate alias_method_chain in favour of Module#prepend
Kir Shatrov
2015-03-22
1
-95
/
+125
*
Revert 88d08f2ec9f89ba431cba8d0c06ac9ebc204bbbb
Rafael Mendonça França
2015-02-11
1
-1
/
+1
*
Delegation works with reserved words passed to `:to`
Agis-
2014-09-19
1
-0
/
+11
*
Fix confusing exception in ActiveSupport delegation
Vladimir Yarotsky
2014-05-20
1
-1
/
+1
*
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
[next]