aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb
Commit message (Expand)AuthorAgeFilesLines
* Make it the responsibility of the connection to hold onto an ARel visitor for...Jon Leighton2011-08-081-2/+3
* introduce a body proxy to ensure that query cache is enabled during streamingAaron Patterson2011-05-021-0/+8
* no need to specify selfAaron Patterson2011-01-051-1/+1
* select_all() should always return an array, so no need to testAaron Patterson2010-10-271-9/+1
* speeding up query cacheAaron Patterson2010-10-271-4/+3
* making query cache work with prepared statementsAaron Patterson2010-10-271-6/+7
* This method is actually not used, it's implemented on the concrete adaptersSantiago Pastorino2010-08-131-8/+0
* eliminate alias_method_chain from ActiveRecordwycats2010-05-091-17/+10
* Change event namespace ordering to most-significant first [#4504 state:resolved]Justin George2010-05-021-1/+1
* clearing up many warnings, removing unnecessary regular expresion comparisons...Aaron Patterson2010-04-101-2/+1
* fix stack trace lines on class_evalSantiago Pastorino2010-04-091-1/+1
* 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