aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/query_cache_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | [#5153 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* Final iteration of use better testing methodsNeeraj Singh2010-05-191-1/+1
| | | | | | [#4652 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* 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
| | | | Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local>
* 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 ↵Tarmo Tänav2008-08-041-1/+1
| | | | | | after schema reset Signed-off-by: Michael Koziarski <michael@koziarski.com>
* Partial updates include only unsaved attributes. Off by default; set ↵Jeremy Kemper2008-03-311-1/+3
| | | | | | YourClass.partial_updates = true to enable. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9157 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-3/+3
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8681 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Fix pathsJeremy Kemper2008-01-181-6/+6
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8661 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Move tests to casesJeremy Kemper2008-01-181-0/+124
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8660 5ecf4fe2-1ee6-0310-87b1-e25e094e27de