aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/evented_file_update_checker.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Don't call listen with empty directory listJohn Hawthorn2019-06-031-1/+4
* Merge pull request #36340 from jhawthorn/evented_file_checker_symlinkKasper Timm Hansen2019-05-241-0/+7
|\
| * Fix EventedFileUpdateChecker through a symlinkJohn Hawthorn2019-05-231-0/+7
* | Delete evented_file_update_checker existing_parentJohn Hawthorn2019-05-231-7/+0
|/
* Match evented checker behavior on dir with no extsJohn Hawthorn2019-03-151-1/+3
* Merge pull request #34764 from kamipo/avoid_redundant_beginRyuta Kamizono2018-12-211-5/+3
|\
| * Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-5/+3
* | Do not add parent directory to file system monitoringyuuji.yaginuma2018-12-181-2/+22
|/
* [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
* starts_with? is removed in Ruby 2.4Rafael Mendonça França2017-03-281-1/+1
* Merge pull request #1 from radiospiel/tickets/26955-listen-pathsRafael Mendonça França2017-03-281-0/+5
|\
| * No longer listens to dirs inside of installed gemseno2016-11-081-0/+5
* | Raise in the initialize not in the executeRafael Mendonça França2017-01-311-5/+5
* | Merge pull request #27824 from kenta-s/raise-an-error-if-no-block-givenRafael França2017-01-311-1/+5
|\ \
| * | Raise an error if FileUpdateChecker#execute is called with no blockkenta-s2017-01-281-1/+5
| |/
* / Fix broken sample code for EventedFileUpdateChecker [ci skip]kenta-s2017-01-281-1/+1
|/
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-50/+50
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-5/+5
* Lock the whole boot step, get rid of unneeded hashschneems2016-06-131-5/+9
* Listen earlier in EventedFileUpdateCheckerschneems2016-06-061-6/+8
* [ci skip] document EventedFileUpdateCheckerschneems2016-06-061-0/+28
* EventedFileUpdateChecker boots once per processschneems2016-06-061-5/+10
* fix boot performance issueAaron Patterson2016-04-221-12/+10
* friendly error message if missing listenJerry Cheung2016-03-081-1/+7
* Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-021-0/+1
* lazy load listen in coreXavier Noria2015-12-131-1/+4
* renames AS::FileEventedUpdateChecker to AS::EventedFileUpdateCheckerXavier Noria2015-12-091-0/+147