aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/session_store/sql_bypass.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* use persisted? instead of new_record? wherever possibleDavid Chelimsky2010-11-091-2/+2
* testing sqlbypass destroy. caching connection during destroyAaron Patterson2010-07-231-0/+9
* adding a test for session saveAaron Patterson2010-07-221-0/+10
* testing loaded? method and reducing funcallsAaron Patterson2010-07-211-0/+10
* testing new_record? and converting to an attributeAaron Patterson2010-07-211-0/+5
* starting sql bypass test, fixing create_table and drop_table!Aaron Patterson2010-07-211-0/+22