aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-04-22 23:55:53 +0200
committerJosé Valim <jose.valim@gmail.com>2011-04-23 00:00:30 +0200
commitf7538808d466b756df15ac3f27ca08370f7a189c (patch)
treed4f944360a3ca7cdbbcaa1ce7a6475939a8538fb /activesupport/lib/active_support.rb
parent3f7a434d2e11e14a5ec1422b6096969c5a62a2bf (diff)
downloadrails-f7538808d466b756df15ac3f27ca08370f7a189c.tar.gz
rails-f7538808d466b756df15ac3f27ca08370f7a189c.tar.bz2
rails-f7538808d466b756df15ac3f27ca08370f7a189c.zip
File watcher won't make the cut for 3.1. Maybe on 3.2.
Diffstat (limited to 'activesupport/lib/active_support.rb')
-rw-r--r--activesupport/lib/active_support.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index 6b662ac660..6b87774978 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -42,7 +42,6 @@ module ActiveSupport
autoload :DescendantsTracker
autoload :FileUpdateChecker
- autoload :FileWatcher
autoload :LogSubscriber
autoload :Notifications