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
*
Omit marshal_dump & _dump from delegate_missing_to
Aaron Lipman
2019-07-17
1
-0
/
+29
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-1
/
+0
*
Add :allow_nil option to delegate_missing_to; use in ActiveStorage
Matt Tanous
2019-05-23
1
-0
/
+14
*
Add separate test to ensure that `delegate` with `:private` option returns co...
bogdanvlviv
2018-02-28
1
-6
/
+16
*
add private: true option for ActiveSupport delegate
Tomas Valent
2018-02-26
1
-0
/
+57
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-1
/
+1
*
Use respond_to test helpers
Daniel Colson
2018-01-25
1
-9
/
+9
*
Test for the new exception of delegate_missing_to (#30191)
Anton Khamets
2017-08-12
1
-0
/
+8
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Merge pull request #29728 from kirs/frozen-activesupport
Matthew Draper
2017-07-09
1
-0
/
+1
|
\
|
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
1
-0
/
+1
*
|
Fix warning: `*' interpreted as argument prefix
Ryuta Kamizono
2017-07-06
1
-2
/
+2
*
|
Merge pull request #29687 from k3rni/private-prefixed-delegate
Matthew Draper
2017-07-06
1
-0
/
+38
|
\
\
|
|
/
|
/
|
|
*
Use `map` in `delegate` so that actual prefixed method names are returned, if...
Krzysztof Zych
2017-07-05
1
-0
/
+39
|
/
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Update test names to match method name
T.J. Schuck
2017-05-04
1
-6
/
+6
*
delegate_missing_to should fall back to super
Matthew Draper
2017-04-09
1
-0
/
+22
*
delegate_to_missing doesn't delegate private methods
Matthew Draper
2017-04-09
1
-0
/
+10
*
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
[next]