This project is archived and is in readonly mode.
TestRequest doesnt initialize session_options
Reported by Ryan Angilly | March 20th, 2009 @ 05:47 PM | in 2.x
Hey guys,
A test of mine starting failing after replacing 'session.session_id' with 'request.session_options[:id]' because session_options is not initialized in TestRequest.
Patch and test attached
Comments and changes to this ticket
-
Pratik March 24th, 2009 @ 01:30 PM
- Assigned user changed from Pratik to josh
-
Repository March 24th, 2009 @ 03:54 PM
- State changed from new to resolved
(from [651611999df3e57de6f36486b51abd3bf5d66cea]) adding session_options initialization and test [#2303 state:resolved]
Signed-off-by: Joshua Peek josh@joshpeek.com http://github.com/rails/rails/co...
-
Repository March 24th, 2009 @ 03:54 PM
(from [dd2eb1ea7c34eb6496feaf7e42100f37a8dae76b]) adding session_options initialization and test [#2303 state:resolved]
Signed-off-by: Joshua Peek josh@joshpeek.com http://github.com/rails/rails/co...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Referenced by
- 2303 TestRequest doesnt initialize session_options (from [651611999df3e57de6f36486b51abd3bf5d66cea]) adding ...
- 2303 TestRequest doesnt initialize session_options (from [dd2eb1ea7c34eb6496feaf7e42100f37a8dae76b]) adding ...
- 2403 TestRequest initializes session_options without defaults After patch #2303 was fixed session_options were initiali...
- 2655 Rails.cache freezes all objects passed to it #2303 is close, but that's testing things read from the c...