| Commit message (Expand) | Author | Age | Files | Lines |
* | clean up some warnings on trunk ruby | Aaron Patterson | 2013-10-31 | 1 | -1/+1 |
* | Fix some typos | Vipul A M | 2013-06-07 | 1 | -1/+1 |
* | Replace comments' non-breaking spaces with spaces | claudiob | 2012-12-04 | 1 | -1/+1 |
* | update AS docs [ci skip] | Francesco Rodriguez | 2012-09-17 | 1 | -10/+8 |
* | explains why the file update checker ignores mtimes in the future, plus a lit... | Xavier Noria | 2012-07-02 | 1 | -2/+12 |
* | fix FileUpdateChecker when file has wrong mtime (from future) | abonec | 2012-06-29 | 1 | -1/+3 |
* | Stop relying on mutable structures in the FileUpdateChecker | José Valim | 2012-06-12 | 1 | -15/+4 |
* | Initialize variables in file update checker to avoid warnings | Carlos Antonio da Silva | 2012-04-05 | 1 | -0/+3 |
* | the file update checker now also detects removed files | Xavier Noria | 2012-04-03 | 1 | -24/+38 |
* | Remove deprecation from AS::Deprecation behavior, some minor cleanups | Carlos Antonio da Silva | 2012-03-16 | 1 | -8/+5 |
* | escape commas in paths before globbing to avoid infinite hang in Dir[] | Jon Rowe | 2012-03-15 | 1 | -1/+5 |
* | Remove Array.wrap calls in ActiveSupport | Rafael Mendonça França | 2012-01-06 | 1 | -2/+1 |
* | FileUpdateChecker should be able to handle deleted files. | José Valim | 2011-12-13 | 1 | -28/+45 |
* | Clean up FileUpdateChecker API. | José Valim | 2011-12-13 | 1 | -12/+13 |
* | Speed up development by only reloading classes if dependencies files changed. | José Valim | 2011-12-12 | 1 | -10/+33 |
* | Provide a dir => extension API to file update checker. | José Valim | 2011-12-12 | 1 | -2/+41 |
* | Update checker returns a boolean if callback was executed or not. | José Valim | 2011-12-12 | 1 | -0/+3 |
* | Allow FileUpdateChecker to work with globs. | José Valim | 2011-12-12 | 1 | -1/+3 |
* | Use shorter class-level File methods instead of going through File.stat. | thedarkone | 2011-07-25 | 1 | -1/+1 |
* | Replace AD::Callbacks.to_prepare with AD::Reloader.to_prepare | John Firebaugh | 2010-12-20 | 1 | -1/+1 |
* | Avoid calls to Rails::Application since this is not the official API. | José Valim | 2010-07-01 | 1 | -6/+5 |
* | Initialize @last_update_at in file_update_checker to hide warnings in AS test... | rohit | 2010-06-21 | 1 | -2/+2 |
* | Add ActiveSupport::FileUpdateChecker. | José Valim | 2010-06-20 | 1 | -0/+37 |