aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/session_store/session_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* do not execute the session tests within transactionsAaron Patterson2010-07-251-0/+2
* refactoring class methods to a moduleAaron Patterson2010-07-221-2/+5
* session_id is a VARCHARSantiago Pastorino2010-07-221-5/+5
* initializing instance variablesAaron Patterson2010-07-211-0/+63