aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/evented_file_update_checker.rb
Commit message (Collapse)AuthorAgeFilesLines
* friendly error message if missing listenJerry Cheung2016-03-081-1/+7
|
* Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-021-0/+1
| | | | | | 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.
* lazy load listen in coreXavier Noria2015-12-131-1/+4
| | | | See the rationale in the comment present in this patch.
* renames AS::FileEventedUpdateChecker to AS::EventedFileUpdateCheckerXavier Noria2015-12-091-0/+147
Better English.