| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary of the changes:
* Add thread_safe gem.
* Use thread safe cache for digestor caching.
* Replace manual synchronization with ThreadSafe::Cache in Relation::Delegation.
* Replace @attribute_method_matchers_cache Hash with ThreadSafe::Cache.
* Use TS::Cache to avoid the synchronisation overhead on listener retrieval.
* Replace synchronisation with TS::Cache usage.
* Use a preallocated array for performance/memory reasons.
* Update the controllers cache to the new AS::Dependencies::ClassCache API.
The original @controllers cache no longer makes much sense after @tenderlove's
changes in 7b6bfe84f3 and f345e2380c.
* Use TS::Cache in the connection pool to avoid locking overhead.
* Use TS::Cache in ConnectionHandler.
|
|
|
|
|
| |
Add a lock on the cache so that we don't have concurrency issues when
calculating the cache.
|
| |
|
|
|
|
|
| |
This will trim down the API and avoid some error that can be made
changing the cache object.
|
| |
|
|
|
|
|
| |
We should not require all the core extensions inside the frameworks.
The logger is already defined in the Action View framework.
|
|
|
|
| |
authoritative enough
|
| |
|
| |
|
| |
|
| |
|
|
spiked in the cache_digests plugin) *DHH*
|