| Commit message (Expand) | Author | Age | Files | Lines |
* | fixing typo | Aaron Patterson | 2011-08-28 | 1 | -1/+1 |
* | clear and disable query cache when an exception is raised from called middleware | Aaron Patterson | 2011-08-28 | 1 | -1/+27 |
* | Fix inconsistencies by being polite to the wrapped body. Needed for Rack::Sen... | Steve Hodgkiss | 2011-06-18 | 1 | -0/+11 |
* | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT | Aaron Patterson | 2011-06-06 | 1 | -1/+1 |
* | Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES... | Jon Leighton | 2011-06-04 | 1 | -1/+1 |
* | ensure query cache is cleared when Rack body is closed, fixes bug reported on... | Aaron Patterson | 2011-05-04 | 1 | -0/+11 |
* | introduce a body proxy to ensure that query cache is enabled during streaming | Aaron Patterson | 2011-05-02 | 1 | -0/+26 |
* | more tests around caching | Aaron Patterson | 2011-05-02 | 1 | -1/+10 |
* | add a couple test cases surrounding query cache middleware | Aaron Patterson | 2011-05-02 | 1 | -0/+18 |
* | Use IM when trying to load records using ID. | Emilio Tagua | 2011-04-04 | 1 | -1/+1 |
* | use SQLite3::VERSION rather than the deprecated class | Aaron Patterson | 2011-01-10 | 1 | -1/+1 |
* | removing many unused variables | Aaron Patterson | 2010-11-16 | 1 | -1/+0 |
* | fisting test name | Aaron Patterson | 2010-10-27 | 1 | -1/+1 |
* | making query cache work with prepared statements | Aaron Patterson | 2010-10-27 | 1 | -0/+6 |
* | one more mysql test left! | Aaron Patterson | 2010-10-26 | 1 | -1/+1 |
* | update tests for mysql2 support | Brian Lopez | 2010-08-02 | 1 | -1/+1 |
* | removing unused models from tests | Subba Rao Pasupuleti | 2010-07-21 | 1 | -2/+0 |
* | Final iteration of use better testing methods | Neeraj Singh | 2010-05-19 | 1 | -1/+1 |
* | Clear the query cache between tests that test the query cache | Evan Phoenix | 2010-03-22 | 1 | -0/+4 |
* | future proofing the sqlite3 adapter code | Aaron Patterson | 2010-01-26 | 1 | -0/+6 |
* | Oracle adapter recourns count() as numeric (not string) | Raimonds Simanovskis | 2009-08-06 | 1 | -1/+6 |
* | Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. | Jeremy Kemper | 2009-02-03 | 1 | -4/+0 |
* | fix tests relying on implicit ordering | Jeremy Kemper | 2008-08-26 | 1 | -2/+3 |
* | Added missing fixtures for tests which fail to run independently if run after... | Tarmo Tänav | 2008-08-04 | 1 | -1/+1 |
* | Partial updates include only unsaved attributes. Off by default; set YourClas... | Jeremy Kemper | 2008-03-31 | 1 | -1/+3 |
* | Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails | Jeremy Kemper | 2008-01-21 | 1 | -3/+3 |
* | Fix paths | Jeremy Kemper | 2008-01-18 | 1 | -6/+6 |
* | Move tests to cases | Jeremy Kemper | 2008-01-18 | 1 | -0/+124 |