Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |