This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
81f398b804a68c8090c0fbea20f50c0ae253b708
rails
/
actionpack
/
test
/
dispatch
/
session
History
Aaron Patterson
f8720a04d1
porting session.clear fix to master branch. [
#5030
state:resolved]
...
Signed-off-by: Jeremy Kemper <
jeremy@bitsweat.net
>
2010-07-01 15:17:19 -07:00
..
cookie_store_test.rb
porting session.clear fix to master branch. [
#5030
state:resolved]
2010-07-01 15:17:19 -07:00
mem_cache_store_test.rb
Fixed that an ArgumentError is thrown when request.session_options[:id] is read in the following scenario: when the cookie store is used, and the session contains a serialized object of an unloaded class, and no session data accesses have occurred yet. Pushed the stale_session_check responsibility out of the SessionHash and down into the session store, closer to where the deserialization actually occurs. Added some test coverage for this case and others related to deserialization of unloaded types.
2010-06-27 22:39:06 +02:00
test_session_test.rb
Remove deprecated methods since 2-3-stable.
2010-05-18 02:11:50 +02:00