aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2015-10-12 20:41:14 +0200
committerXavier Noria <fxn@hashref.com>2015-11-08 22:49:49 -0800
commit785adabc4b8d892b6e06fca2f259e9c5147e9ca5 (patch)
tree3f6aa360466928f1ecbe59870944d879abb454c4 /activesupport/lib/active_support.rb
parent823d3a8de0ccfe2301e51ac1e06e106035edb8e6 (diff)
downloadrails-785adabc4b8d892b6e06fca2f259e9c5147e9ca5.tar.gz
rails-785adabc4b8d892b6e06fca2f259e9c5147e9ca5.tar.bz2
rails-785adabc4b8d892b6e06fca2f259e9c5147e9ca5.zip
implements an evented file update checker [Puneet Agarwal]
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.
Diffstat (limited to 'activesupport/lib/active_support.rb')
-rw-r--r--activesupport/lib/active_support.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index 63277a65b4..3a2a7d28cb 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -34,6 +34,7 @@ module ActiveSupport
autoload :Dependencies
autoload :DescendantsTracker
autoload :FileUpdateChecker
+ autoload :FileEventedUpdateChecker
autoload :LogSubscriber
autoload :Notifications