aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/per_thread_registry.rb
Commit message (Expand)AuthorAgeFilesLines
* Accessing ivar with Symbols might be just a very little bit better than with ...Akira Matsuda2019-07-311-1/+1
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-1/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Privatize unneededly protected methods in Active SupportAkira Matsuda2016-12-241-2/+2
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-2/+2
* [ci skip] Add link to method referenced in ActiveSupport::PerThreadRegistryAlex Kitchens2016-06-241-1/+1
* Add thread_m/cattr_accessor/reader/writer suite of methods for declaring clas...David Heinemeier Hansson2015-12-171-0/+3
* Add missing requireMatthew Draper2015-11-191-0/+2
* Avoid leaking the first relation we call #first onMatthew Draper2015-10-091-3/+3
* Perf: save ~9% of object allocations on heavy requests.Jeremy Kemper2013-12-121-2/+5
* Stop using method missing for singleton delegation.Aaron Patterson2013-11-061-7/+5
* use define_singleton_method instead of class_evalFrancesco Rodriguez2013-04-131-4/+2
* Add :nodoc: mark to PerThreadRegistry#method_missing [ci skip]Francesco Rodriguez2013-04-131-1/+1
* hides the per thread registry instance, and caches singleton methodsXavier Noria2013-04-131-19/+29
* complete rewrite of the documentation of AS::PerThreadRegistryXavier Noria2013-04-131-21/+24
* Using public send instead of send for the PerThreadRegistry module.wangjohn2013-04-101-1/+1
* Creating a module so that per thread registries can be easily created aswangjohn2013-04-091-0/+41