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
7113f207c34e41ffcbbd0b3570f3fe41bbfbbcaf
rails
/
actionpack
/
test
/
dispatch
/
session
History
José Valim
291adcd588
Set session options id to nil is respected and cancels lazy loading.
2010-07-18 12:51:03 +02:00
..
cookie_store_test.rb
Set session options id to nil is respected and cancels lazy loading.
2010-07-18 12:51:03 +02: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