aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb
Commit message (Expand)AuthorAgeFilesLines
...
* adds missing requires for Object#duplicable?Xavier Noria2010-03-281-0/+2
* Move AR logging responsibilities to ActiveRecord::Railties::Subscriber.José Valim2010-01-131-1/+2
* Inline code comments for class_eval/module_eval [#1657 state:resolved]Xavier Noria2008-12-281-6/+6
* It is not necessary to store QueryCache in a thread local since the cache is ...Joshua Peek2008-10-301-27/+14
* Use database name in query cache thread local key [#1283 state:resolved]Joshua Peek2008-10-301-3/+2
* Make query-cache thread-localNick Sieger2008-08-291-14/+29
* Revert "Performance: freeze cached rows instead of duping"Jeremy Kemper2008-08-211-4/+13
* Performance: freeze cached rows instead of dupingJeremy Kemper2008-08-181-13/+4
* Merge docrails:Pratik Naik2008-05-091-0/+6
* Factor out checks for duplicable objects. Closes #9333.Jeremy Kemper2007-10-151-5/+2
* Speed up and simplify query caching.Jeremy Kemper2007-09-171-0/+90