Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | applies code style guidelines | Xavier Noria | 2015-11-11 | 1 | -1/+1 |
| | |||||
* | renames the module with shared tests for file monitors | Xavier Noria | 2015-11-10 | 1 | -2/+2 |
| | |||||
* | improves waiting in the file monitors suite | Xavier Noria | 2015-11-09 | 1 | -0/+9 |
| | |||||
* | renames the monitor creation helper | Xavier Noria | 2015-11-08 | 1 | -1/+1 |
| | |||||
* | refactors the file monitors test suite | Xavier Noria | 2015-11-08 | 1 | -3/+1 |
| | | | | | In particular files are no longer created in the current working directory, but in a temporary folder. | ||||
* | remove unused constants in the file monitor suites | Xavier Noria | 2015-11-08 | 1 | -2/+0 |
| | |||||
* | initial edit pass over the evented file checker patch | Xavier Noria | 2015-11-08 | 1 | -2/+3 |
| | |||||
* | implements an evented file update checker [Puneet Agarwal] | Xavier Noria | 2015-11-08 | 1 | -103/+4 |
| | | | | | | | | | | | | This is the implementation of the file update checker written by Puneet Agarwal for GSoC 2015 (except for the tiny version of the listen gem, which was 3.0.2 in the original patch). Puneet's branch became too out of sync with upstream. This is the final work in one single clean commit. Credit goes in the first line using a convention understood by the contrib app. | ||||
* | Fix failing test in file update checker | Carlos Antonio da Silva | 2012-06-29 | 1 | -2/+3 |
| | | | | | | | | Introduced in 1abe31670fdad2c357b4356b40a4567a46d16693 The test was failing when running on isolation, because the extensions were not being loaded, thus 1.year.from_now was failing. Just use mktime instead, adding 1 year to Time.now. | ||||
* | fix FileUpdateChecker when file has wrong mtime (from future) | abonec | 2012-06-29 | 1 | -0/+14 |
| | |||||
* | the file update checker now also detects removed files | Xavier Noria | 2012-04-03 | 1 | -2/+2 |
| | |||||
* | Remove deprecation from AS::Deprecation behavior, some minor cleanups | Carlos Antonio da Silva | 2012-03-16 | 1 | -2/+2 |
| | | | | | | | | | * Refactor log subscriber, use select! to avoid a new object * Remove deprecation messages related to AS::Deprecation behavior This was added about 2 years ago for Rails 3: https://github.com/rails/rails/commit/d4c7d3fd94e5a885a6366eaeb3b908bb58ffd4db * Remove some not used requires * Refactor delegate to avoid string conversions and if statements inside each block | ||||
* | fixed - warning: assigned but unused variable - checker | Sandeep | 2012-03-16 | 1 | -1/+1 |
| | |||||
* | escape commas in paths before globbing to avoid infinite hang in Dir[] | Jon Rowe | 2012-03-15 | 1 | -0/+15 |
| | |||||
* | removing unnecessary requires | Aaron Patterson | 2012-01-06 | 1 | -2/+1 |
| | |||||
* | use AS::TestCase as the base class | Aaron Patterson | 2012-01-05 | 1 | -1/+1 |
| | |||||
* | FileUpdateChecker should be able to handle deleted files. | José Valim | 2011-12-13 | 1 | -21/+15 |
| | |||||
* | Clean up FileUpdateChecker API. | José Valim | 2011-12-13 | 1 | -1/+1 |
| | |||||
* | Speed up development by only reloading classes if dependencies files changed. | José Valim | 2011-12-12 | 1 | -0/+13 |
| | | | | | | | | This can be turned off by setting `config.reload_classes_only_on_change` to false. Extensions like Active Record should add their respective files like db/schema.rb and db/structure.sql to `config.watchable_files` if they want their changes to affect classes reloading. Thanks to https://github.com/paneq/active_reload and Pastorino for the inspiration. <3 | ||||
* | Provide a dir => extension API to file update checker. | José Valim | 2011-12-12 | 1 | -18/+26 |
| | |||||
* | Update checker returns a boolean if callback was executed or not. | José Valim | 2011-12-12 | 1 | -7/+6 |
| | |||||
* | Allow FileUpdateChecker to work with globs. | José Valim | 2011-12-12 | 1 | -5/+19 |
| | |||||
* | Removal require again from tests. | Arun Agrawal | 2011-05-22 | 1 | -1/+0 |
| | |||||
* | Add ActiveSupport::FileUpdateChecker. | José Valim | 2010-06-20 | 1 | -0/+56 |