aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/query_cache_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Standardize the use of current_adapter?Rafael Mendonça França2013-01-011-1/+1
* Fix #6951. Use query cache/uncache, when using not only database.yml but also...kennyj2012-10-311-0/+11
* Cleanup trailing whitespacesdfens2012-10-121-1/+1
* Restore connection_id on error.kennyj2012-07-231-0/+12
* fixing tests to deal with data differences between prepared statements and no...Aaron Patterson2012-07-131-1/+1
* Disable query cache for lock queriesDamir Zekic2012-07-061-0/+8
* Remove warnings and unused codeRafael Mendonça França2012-06-111-5/+0
* current AR::ConnectionAdapters::SQLite3Adapter supports only SQLite3 ~> 1.3.6Akira Matsuda2012-06-121-1/+1
* remove calls to find(:first), find(:last) and find(:all)Jon Leighton2012-04-261-3/+3
* Remove IdentityMapCarlos Antonio da Silva2012-03-131-1/+1
* use Rack::BodyProxy in activerecord middlewaresSergey Nartimov2012-01-161-13/+6
* Added failing test case for changing schema in migration not clearing the pre...Joe Van Dyk2011-10-271-0/+12
* Fixed BodyProxy.new for tests! for wrong argumentArun Agrawal2011-10-081-1/+1
* fix test error when running with postgresql.Arun Agrawal2011-09-181-2/+4
* Fixed test for JRuby. Arun Agrawal2011-09-181-1/+2
* fixing typoAaron Patterson2011-08-281-1/+1
* clear and disable query cache when an exception is raised from called middlewareAaron Patterson2011-08-281-1/+27
* Fix inconsistencies by being polite to the wrapped body. Needed for Rack::Sen...Steve Hodgkiss2011-06-181-0/+11
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* 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