aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/query_cache_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* ensure query cache is cleared when Rack body is closed, fixes bug reported on...Aaron Patterson2011-05-041-0/+11
* introduce a body proxy to ensure that query cache is enabled during streamingAaron Patterson2011-05-021-0/+26
* more tests around cachingAaron Patterson2011-05-021-1/+10
* add a couple test cases surrounding query cache middlewareAaron Patterson2011-05-021-0/+18
* Use IM when trying to load records using ID.Emilio Tagua2011-04-041-1/+1
* use SQLite3::VERSION rather than the deprecated classAaron Patterson2011-01-101-1/+1
* removing many unused variablesAaron Patterson2010-11-161-1/+0
* fisting test nameAaron Patterson2010-10-271-1/+1
* making query cache work with prepared statementsAaron Patterson2010-10-271-0/+6
* one more mysql test left!Aaron Patterson2010-10-261-1/+1
* update tests for mysql2 supportBrian Lopez2010-08-021-1/+1
* removing unused models from testsSubba Rao Pasupuleti2010-07-211-2/+0
* Final iteration of use better testing methodsNeeraj Singh2010-05-191-1/+1
* Clear the query cache between tests that test the query cacheEvan Phoenix2010-03-221-0/+4
* future proofing the sqlite3 adapter codeAaron Patterson2010-01-261-0/+6
* Oracle adapter recourns count() as numeric (not string)Raimonds Simanovskis2009-08-061-1/+6
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-4/+0
* fix tests relying on implicit orderingJeremy Kemper2008-08-261-2/+3
* Added missing fixtures for tests which fail to run independently if run after...Tarmo Tänav2008-08-041-1/+1
* Partial updates include only unsaved attributes. Off by default; set YourClas...Jeremy Kemper2008-03-311-1/+3
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-3/+3
* Fix pathsJeremy Kemper2008-01-181-6/+6
* Move tests to casesJeremy Kemper2008-01-181-0/+124