aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/file_watcher_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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.