aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/file_watcher_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* File watcher won't make the cut for 3.1. Maybe on 3.2.José Valim2011-04-231-233/+0
|
* Fix tests on 1.8.José Valim2011-02-221-24/+7
|
* Allow tests to proceed as soon as the payload changes, instead of always ↵wycats2011-02-201-15/+37
| | | | having to wait for a timeout
* Add tests for an FSSM backend for the file system watcher using the FSSM ↵wycats2011-02-201-0/+153
| | | | polling support.
* use === so that regular expressions are not requiredAaron Patterson2011-02-081-0/+10
|
* Add initial FileWatcher implementation. The Backend is just an abstract ↵wycats2011-02-061-0/+65
implementation, which will be inherited by backends that do the heavy lifting.