This project is archived and is in readonly mode.
Incorrect suggestion in exception for missing session key
Reported by Victor Costan | May 6th, 2010 @ 09:31 PM
in /actionpack/lib/action_dispatch/middleware/session/cookie_store.rb:180
config.action_controller.session_store :cookie_store
should be
config.session_store :cookie_store
Comments and changes to this ticket
-
Josh Kalderimis May 9th, 2010 @ 03:15 PM
I have corrected this issue in my fork : http://github.com/joshk/rails
-
Dan Pickett May 9th, 2010 @ 06:39 PM
Can Josh/someone generate a patch in accordance with http://rails.lighthouseapp.com/projects/8994/sending-patches? Bugmashers can then verify.
Thanks!
-
Dan Pickett May 9th, 2010 @ 06:41 PM
- Tag changed from actionpack rails3, configuration, initializers, rails3 to actionpack rails3, bugmash, configuration, initializers, rails3
-
Repository May 10th, 2010 @ 10:37 AM
- State changed from new to resolved
(from [446b0ffe1c804f4925867d785b9709d21105c707]) corrected error message in session/cookie_store [#4546 state:resolved]
Signed-off-by: José Valim jose.valim@gmail.com
http://github.com/rails/rails/commit/446b0ffe1c804f4925867d785b9709...
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
Referenced by
- 4546 Incorrect suggestion in exception for missing session key (from [446b0ffe1c804f4925867d785b9709d21105c707]) correct...