aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/session_store/sql_bypass_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Extract ActiveRecord::SessionStore from RailsPrem Sichanugrist2012-08-241-75/+0
| | | | | This functionality will be available from gem `active_record-session_store` instead.
* Fix SqlBypass.data_column= problem. SqlBypass.find_by_session_id method ↵kennyj2012-07-151-0/+14
| | | | didn't use this assignment.
* Rename test file so that the test suite matches it, implement `persisted?` ↵Marcelo Silveira2012-05-161-0/+61
for SqlBypass as expected by tests and convert session_id to string before using on queries to get correct quotes on postgresql (avoid casting error).