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