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
/
lib
/
active_support
/
per_thread_registry.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
1
-1
/
+1
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
1
-0
/
+1
*
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
1
-1
/
+1
*
Privatize unneededly protected methods in Active Support
Akira Matsuda
2016-12-24
1
-2
/
+2
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
1
-2
/
+2
*
[ci skip] Add link to method referenced in ActiveSupport::PerThreadRegistry
Alex Kitchens
2016-06-24
1
-1
/
+1
*
Add thread_m/cattr_accessor/reader/writer suite of methods for declaring clas...
David Heinemeier Hansson
2015-12-17
1
-0
/
+3
*
Add missing require
Matthew Draper
2015-11-19
1
-0
/
+2
*
Avoid leaking the first relation we call #first on
Matthew Draper
2015-10-09
1
-3
/
+3
*
Perf: save ~9% of object allocations on heavy requests.
Jeremy Kemper
2013-12-12
1
-2
/
+5
*
Stop using method missing for singleton delegation.
Aaron Patterson
2013-11-06
1
-7
/
+5
*
use define_singleton_method instead of class_eval
Francesco Rodriguez
2013-04-13
1
-4
/
+2
*
Add :nodoc: mark to PerThreadRegistry#method_missing [ci skip]
Francesco Rodriguez
2013-04-13
1
-1
/
+1
*
hides the per thread registry instance, and caches singleton methods
Xavier Noria
2013-04-13
1
-19
/
+29
*
complete rewrite of the documentation of AS::PerThreadRegistry
Xavier Noria
2013-04-13
1
-21
/
+24
*
Using public send instead of send for the PerThreadRegistry module.
wangjohn
2013-04-10
1
-1
/
+1
*
Creating a module so that per thread registries can be easily created as
wangjohn
2013-04-09
1
-0
/
+41