Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Directly support stateful executor hooks | Matthew Draper | 2016-04-05 | 1 | -3/+42 |
| | | | | Also, make sure to call the +complete+ hooks if +run+ fails. | ||||
* | Prevent nested ExecutionWrapper calls even when using run! directly | Matthew Draper | 2016-03-04 | 1 | -6/+15 |
| | |||||
* | Publish AS::Executor and AS::Reloader APIs | Matthew Draper | 2016-03-02 | 1 | -0/+69 |
These should allow external code to run blocks of user code to do "work", at a similar unit size to a web request, without needing to get intimate with ActionDipatch. |