aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/file_evented_update_checker_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* revises the implementation of Pathname#ascendant_of? (in refinement)Xavier Noria2015-11-111-0/+29
|
* applies code style guidelinesXavier Noria2015-11-111-5/+5
|
* renames the module with shared tests for file monitorsXavier Noria2015-11-101-2/+2
|
* the evented monitor filters out descendantsXavier Noria2015-11-101-0/+30
|
* improves waiting in the file monitors suiteXavier Noria2015-11-091-0/+10
|
* more ad-hoc sleepsXavier Noria2015-11-081-2/+4
| | | | This sucks, but otherwise I get occasional Fs on Mac OS X.
* renames the monitor creation helperXavier Noria2015-11-081-1/+1
|
* refactors the file monitors test suiteXavier Noria2015-11-081-3/+5
| | | | | In particular files are no longer created in the current working directory, but in a temporary folder.
* let listen stop all listeners on teardownXavier Noria2015-11-081-0/+5
|
* stop ascending at the longest common subpathXavier Noria2015-11-081-0/+60
| | | | This commit also bases everything on Pathname internally.
* remove unused constants in the file monitor suitesXavier Noria2015-11-081-2/+0
|
* initial edit pass over the evented file checker patchXavier Noria2015-11-081-11/+4
|
* implements an evented file update checker [Puneet Agarwal]Xavier Noria2015-11-081-0/+21
This is the implementation of the file update checker written by Puneet Agarwal for GSoC 2015 (except for the tiny version of the listen gem, which was 3.0.2 in the original patch). Puneet's branch became too out of sync with upstream. This is the final work in one single clean commit. Credit goes in the first line using a convention understood by the contrib app.