index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
core_ext
/
module
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Thread.pass instead of Kernel.sleep to trigger race condition
Guilherme Mansur
2019-08-05
1
-7
/
+5
*
Able to initalize default value for thread_mattr_*
Guilherme Mansur
2019-08-05
1
-5
/
+11
*
Omit marshal_dump & _dump from delegate_missing_to
Aaron Lipman
2019-07-17
1
-0
/
+6
*
Indentation >>
Akira Matsuda
2019-06-22
1
-6
/
+6
*
Address 639d7be. Readd changelog line; remove needless explicit return.
Kasper Timm Hansen
2019-05-24
1
-1
/
+1
*
Add :allow_nil option to delegate_missing_to; use in ActiveStorage
Matt Tanous
2019-05-23
1
-3
/
+8
*
Improve error message of ActiveSupport delegate
okuramasafumi
2019-04-29
1
-1
/
+1
*
Change wording of some instances of 'opt out' [ci skip]
Sharang Dashputre
2019-03-12
2
-10
/
+10
*
Remove deprecated `Module#reachable?` method
Rafael Mendonça França
2019-01-17
1
-6
/
+1
*
Clarify `delegate_missing_to` [ci skip]
bogdanvlviv
2019-01-04
1
-1
/
+1
*
Clarify benefit of `delegate_missing_to`
Michael Gee
2019-01-04
1
-1
/
+1
*
Clarify the :to parameter of delegate
Eddie Lebow
2018-12-20
1
-1
/
+1
*
Consistently use kwargs for `instance_{reader,writer,accessor}` options
Ryuta Kamizono
2018-10-20
1
-12
/
+7
*
attribute_accessors no longer uses extract_options since a5b0c60714e1e8d8c182...
Akira Matsuda
2018-10-20
1
-2
/
+0
*
Prefix Module#parent, Module#parents, and Module#parent_name with module
Gannon McGibbon
2018-10-02
1
-13
/
+37
*
Fix example in thread_mattr_accessor documentation
Fabian Mersch
2018-07-31
1
-1
/
+1
*
Remove unused `require "active_support/core_ext/regexp"`
Ryuta Kamizono
2018-07-29
3
-3
/
+0
*
Inclusive Language in Documentation Examples [ci skip]
Cassidy Kobewka
2018-04-15
1
-2
/
+2
*
[ci skip] Add :private option to delegation doc
Yoshiyuki Hirano
2018-04-05
1
-1
/
+2
*
[ci skip] Fix grammar in delegate, private: true docs.
Kasper Timm Hansen
2018-03-04
1
-5
/
+4
*
Add separate test to ensure that `delegate` with `:private` option returns co...
bogdanvlviv
2018-02-28
1
-5
/
+5
*
add private: true option for ActiveSupport delegate
Tomas Valent
2018-02-26
1
-2
/
+23
*
Rails 6 requires Ruby 2.3+
Jeremy Daer
2018-02-17
1
-17
/
+8
*
Remove undefined `track_deletion` callback [ci skip]
Ryuta Kamizono
2018-01-03
1
-3
/
+0
*
Clarify docs for delegate :allow_nil option
Jay Hayes
2017-12-15
1
-5
/
+2
*
[ci skip] Make Todo classes inherit ApplicationRecord
Yoshiyuki Hirano
2017-12-07
1
-5
/
+5
*
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
7
-10
/
+10
*
Deprecate `Module#reachable?` method
bogdanvlviv
2017-09-17
1
-0
/
+1
*
Self-alias doesn't suppress the warning on Ruby 2.2
Matthew Draper
2017-09-01
1
-8
/
+17
*
Clarify intentions around method redefinitions
Matthew Draper
2017-09-01
2
-23
/
+43
*
Test for the new exception of delegate_missing_to (#30191)
Anton Khamets
2017-08-12
1
-3
/
+9
*
Extend image_tag to accept ActiveStorage Attachments and Variants (#30084)
Anton Khamets
2017-08-07
1
-0
/
+2
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
11
-0
/
+11
*
Merge pull request #29728 from kirs/frozen-activesupport
Matthew Draper
2017-07-09
11
-0
/
+11
|
\
|
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
11
-0
/
+11
*
|
Use `map` in `delegate` so that actual prefixed method names are returned, if...
Krzysztof Zych
2017-07-05
1
-1
/
+1
|
/
*
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
6
-9
/
+9
*
Implement mattr_acessor :default option
Genadi Samokovarov
2017-06-03
1
-24
/
+19
*
Assorted delegate_missing_to doc fixes
T.J. Schuck
2017-05-04
1
-22
/
+17
*
delegate_missing_to should fall back to super
Matthew Draper
2017-04-09
1
-1
/
+1
*
delegate_to_missing doesn't delegate private methods
Matthew Draper
2017-04-09
1
-1
/
+4
*
Not ants were harmed! 🐜
Mario Uher
2017-02-14
1
-1
/
+1
*
Docs: Correction: Module::DelegationError
Jared Beck
2017-02-03
1
-7
/
+9
*
Adjust `Module.parent_name` to work when frozen; fixes #27637
Corey Ward
2017-01-17
1
-2
/
+4
*
Merge pull request #26480 from tbrisker/fix-26461
Rafael França
2017-01-04
1
-2
/
+7
|
\
|
*
Reword according to feedback
Tomer Brisker
2016-09-15
1
-8
/
+7
|
*
Clarify that mattr_* creates public methods
Tomer Brisker
2016-09-13
1
-0
/
+6
*
|
split DELEGATION_RESERVED_METHOD_NAMES in half
Toshimaru
2016-12-09
1
-4
/
+5
*
|
Remove deprecated method alias_method_chain
Andrew White
2016-11-14
1
-48
/
+0
*
|
Remove deprecated Module.qualified_const_get/set/defined?
Andrew White
2016-11-14
1
-70
/
+0
[next]