aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/statement_cache.rb
Commit message (Expand)AuthorAgeFilesLines
* use a params hash so we know what bind parameters are usedAaron Patterson2014-01-151-9/+48
* fix cache class interfaceAaron Patterson2014-01-141-5/+17
* just a testAaron Patterson2013-05-171-6/+2
* Initial commit for select statements bindparam implementationNoemj2013-05-151-2/+6
* minor edit on StatementCache documentation [ci skip]Francesco Rodriguez2013-04-121-1/+1
* Fix StatementCache docs format [ci skip]Francesco Rodriguez2013-04-111-5/+5
* Switched to new naming conventionsNoemj2013-04-111-1/+1
* Merge pull request #10152 from Noemj/statement_cacheRafael Mendonça França2013-04-101-5/+5
* Added statement cacheNoemj2013-04-101-0/+26