diff options
author | Brian John <brian@brianjohn.com> | 2015-03-12 09:52:38 -0500 |
---|---|---|
committer | Brian John <brian@brianjohn.com> | 2015-03-12 09:52:38 -0500 |
commit | 82402e6583dfd749ac128f7db65f567c03beaf50 (patch) | |
tree | b95f5740c019f061834a5c4fa5ef9d9ba5fe6bd9 /guides/source/contributing_to_ruby_on_rails.md | |
parent | 1b7ae86f262df7d15b57be3b4a4f38680ce37c64 (diff) | |
download | rails-82402e6583dfd749ac128f7db65f567c03beaf50.tar.gz rails-82402e6583dfd749ac128f7db65f567c03beaf50.tar.bz2 rails-82402e6583dfd749ac128f7db65f567c03beaf50.zip |
Use request.session.id instead of request.session_options[:id]
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
Diffstat (limited to 'guides/source/contributing_to_ruby_on_rails.md')
0 files changed, 0 insertions, 0 deletions