aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/session_store
Commit message (Expand)AuthorAgeFilesLines
* test a subclass so that the removed method does not imact other testsAaron Patterson2012-01-051-2/+5
* Unfluff the CI.Jon Leighton2011-12-141-1/+1
* Use `table_exists?` from the schema cache.Aaron Patterson2011-12-091-0/+1
* Reset column info when messing with columns.Jon Leighton2011-09-131-0/+2
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-062-2/+2
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-042-2/+2
* Puts ActiveRecord::SessionStore attributes in white list, fixes #483slainer682011-05-101-0/+6
* share column cache among subclasses, only look up columns per AR::Base subcla...Aaron Patterson2011-02-011-0/+1
* In a number of places in the tests, we only need to turn off transactional fi...Jon Leighton2011-01-111-1/+1
* use persisted? instead of new_record? wherever possibleDavid Chelimsky2010-11-091-2/+2
* do not execute the session tests within transactionsAaron Patterson2010-07-251-0/+2
* testing sqlbypass destroy. caching connection during destroyAaron Patterson2010-07-231-0/+9
* refactoring class methods to a moduleAaron Patterson2010-07-221-2/+5
* session_id is a VARCHARSantiago Pastorino2010-07-221-5/+5
* 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
* initializing instance variablesAaron Patterson2010-07-211-0/+63