Commit 5e50daa
Revert "Merge pull request rails#27098 from sina-s/fix-unexpected-session-sharing"
This reverts commit cbf2e7a.
While this bug is a legitimate bug, this method has been broken in this
exact way for quite some time. Any code that is using this method is
almost certainly doing it wrong, as it's pretty much impossible to use
correctly. That code will all be broken by this change.
While this is a good bug fix, and should happen for 5.1, and this method
is only used for tests, we should not break all of the code using it in
a point release.1 parent 868d859 commit 5e50daa
File tree
3 files changed
+0
-15
lines changed- actionpack
- lib/action_dispatch/testing
- test/controller
- railties
3 files changed
+0
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
456 | | - | |
457 | 456 | | |
458 | 457 | | |
459 | 458 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | 586 | | |
595 | 587 | | |
596 | 588 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | 3 | | |
10 | 4 | | |
11 | 5 | | |
| |||
0 commit comments