aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/per_thread_registry.rb
Commit message (Expand)AuthorAgeFilesLines
* 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