aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2011-02-06 13:41:56 -0800
committerwycats <wycats@gmail.com>2011-02-06 13:42:22 -0800
commit1fd9d978a737d36cf7cca698f0fcbfc6fcdbed98 (patch)
tree4642ca3e6ffcbc86d6252f6f55555af0fceafa7e /activesupport/lib/active_support.rb
parent3026843dc1ff42a632ebe989e1f6dfadb0cd10a5 (diff)
downloadrails-1fd9d978a737d36cf7cca698f0fcbfc6fcdbed98.tar.gz
rails-1fd9d978a737d36cf7cca698f0fcbfc6fcdbed98.tar.bz2
rails-1fd9d978a737d36cf7cca698f0fcbfc6fcdbed98.zip
Add initial FileWatcher implementation. The Backend is just an abstract implementation, which will be inherited by backends that do the heavy lifting.
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 6b87774978..6b662ac660 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -42,6 +42,7 @@ module ActiveSupport
autoload :DescendantsTracker
autoload :FileUpdateChecker
+ autoload :FileWatcher
autoload :LogSubscriber
autoload :Notifications