aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/request/test_request_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* let the superclass build the request and responseAaron Patterson2015-07-081-5/+1
| | | | | We should leverage the request / response objects that the superclass has already allocated for us.
* Use request.session.id instead of request.session_options[:id]Brian John2015-03-121-8/+0
| | | | | | | | | As of the upgrade to Rack 1.5, request.session_options[:id] is no longer populated. Reflect this change in the tests by using request.session.id instead. Related change in Rack: https://github.com/rack/rack/commit/83a270d6
* cleaning up some warnings on 1.9.3Aaron Patterson2011-02-071-2/+1
|
* Inherit TestSession from Session::AbstractStore and add indifferent access ↵Joshua Peek2009-04-261-11/+12
| | | | to Session::AbstractStore.
* added tests for session options being defaulted correctly to rack defaults ↵Kenny Ortmann2009-04-071-0/+35
[#2403 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com>