File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ * Move ` cookies ` , ` flash ` , and ` session ` methods back to
2+ ` ActionDispatch::Integration::Session ` .
3+
4+ * Matthew Draper*
5+
6+ * Do not reset in ` ActionDispatch::IntegrationTest#open_session ` ; doing so
7+ is incompatible with existing (unintended) API usage.
8+
9+ * Sean Griffin*
10+
11+
112## Rails 5.0.1.rc1 (December 01, 2016) ##
213
314* Fixed error caused by ` force_ssl_redirect ` when ` session_store ` is
119130
120131 * David Chen*
121132
133+ * Reset a new session directly after its creation in ` ActionDispatch::IntegrationTest#open_session ` .
134+
135+ Fixes #22742 .
136+
137+ * Tawan Sierek*
138+
122139* Fix 'defaults' option for root route.
123140
124141 A regression from some refactoring for the 5.0 release, this change
You can’t perform that action at this time.
0 commit comments