aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/file_update_checker_test.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-2/+2
* applies code style guidelinesXavier Noria2015-11-111-1/+1
* renames the module with shared tests for file monitorsXavier Noria2015-11-101-2/+2
* improves waiting in the file monitors suiteXavier Noria2015-11-091-0/+9
* renames the monitor creation helperXavier Noria2015-11-081-1/+1
* refactors the file monitors test suiteXavier Noria2015-11-081-3/+1
* 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-2/+3
* implements an evented file update checker [Puneet Agarwal]Xavier Noria2015-11-081-103/+4
* Fix failing test in file update checkerCarlos Antonio da Silva2012-06-291-2/+3
* fix FileUpdateChecker when file has wrong mtime (from future)abonec2012-06-291-0/+14
* the file update checker now also detects removed filesXavier Noria2012-04-031-2/+2
* Remove deprecation from AS::Deprecation behavior, some minor cleanupsCarlos Antonio da Silva2012-03-161-2/+2
* fixed - warning: assigned but unused variable - checkerSandeep2012-03-161-1/+1
* escape commas in paths before globbing to avoid infinite hang in Dir[]Jon Rowe2012-03-151-0/+15
* removing unnecessary requiresAaron Patterson2012-01-061-2/+1
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* FileUpdateChecker should be able to handle deleted files.José Valim2011-12-131-21/+15
* Clean up FileUpdateChecker API.José Valim2011-12-131-1/+1
* Speed up development by only reloading classes if dependencies files changed.José Valim2011-12-121-0/+13
* Provide a dir => extension API to file update checker.José Valim2011-12-121-18/+26
* Update checker returns a boolean if callback was executed or not.José Valim2011-12-121-7/+6
* Allow FileUpdateChecker to work with globs.José Valim2011-12-121-5/+19
* Removal require again from tests.Arun Agrawal2011-05-221-1/+0
* Add ActiveSupport::FileUpdateChecker.José Valim2010-06-201-0/+56