Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Directly support stateful executor hooks | Matthew Draper | 2016-04-05 | 1 | -1/+7 |
| | | | | 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 | -3/+1 |
| | |||||
* | Fix `ActiveSupport::Reloader.check!` | Ryuta Kamizono | 2016-03-02 | 1 | -4/+3 |
| | | | | | The test failure in `bug_report_templates/action_controller_master.rb` is due to `app.reloader.check` is `nil`. | ||||
* | Publish AS::Executor and AS::Reloader APIs | Matthew Draper | 2016-03-02 | 1 | -0/+126 |
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. |