We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e414014 commit ce1517eCopy full SHA for ce1517e
actionpack/CHANGELOG.md
@@ -1,10 +1,10 @@
1
-* Fix `ActionContoller::Live` to copy the IsolatedExecutionState in the ephemeral thread.
+* Fix `ActionController::Live` to copy the IsolatedExecutionState in the ephemeral thread.
2
3
- Since it's inception `ActionContoller::Live` has been copying thread local variables
+ Since its inception `ActionController::Live` has been copying thread local variables
4
to keep things such as `CurrentAttributes` set from middlewares working in the controller action.
5
6
With the introduction of `IsolatedExecutionState` in 7.0, some of that global state was lost in
7
- `ActionContoller::Live` controllers.
+ `ActionController::Live` controllers.
8
9
*Jean Boussier*
10
0 commit comments