| Commit message (Expand) | Author | Age | Files | Lines |
* | Standardize the use of current_adapter? | Rafael Mendonça França | 2013-01-01 | 1 | -1/+1 |
* | Fix #6951. Use query cache/uncache, when using not only database.yml but also... | kennyj | 2012-10-31 | 1 | -0/+11 |
* | Cleanup trailing whitespaces | dfens | 2012-10-12 | 1 | -1/+1 |
* | Restore connection_id on error. | kennyj | 2012-07-23 | 1 | -0/+12 |
* | fixing tests to deal with data differences between prepared statements and no... | Aaron Patterson | 2012-07-13 | 1 | -1/+1 |
* | Disable query cache for lock queries | Damir Zekic | 2012-07-06 | 1 | -0/+8 |
* | Remove warnings and unused code | Rafael Mendonça França | 2012-06-11 | 1 | -5/+0 |
* | current AR::ConnectionAdapters::SQLite3Adapter supports only SQLite3 ~> 1.3.6 | Akira Matsuda | 2012-06-12 | 1 | -1/+1 |
* | remove calls to find(:first), find(:last) and find(:all) | Jon Leighton | 2012-04-26 | 1 | -3/+3 |
* | Remove IdentityMap | Carlos Antonio da Silva | 2012-03-13 | 1 | -1/+1 |
* | use Rack::BodyProxy in activerecord middlewares | Sergey Nartimov | 2012-01-16 | 1 | -13/+6 |
* | Added failing test case for changing schema in migration not clearing the pre... | Joe Van Dyk | 2011-10-27 | 1 | -0/+12 |
* | Fixed BodyProxy.new for tests! for wrong argument | Arun Agrawal | 2011-10-08 | 1 | -1/+1 |
* | fix test error when running with postgresql. | Arun Agrawal | 2011-09-18 | 1 | -2/+4 |
* | Fixed test for JRuby. | Arun Agrawal | 2011-09-18 | 1 | -1/+2 |
* | 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 |