From a52b14100a671356ea42c83bbdbbe4f928b4eb98 Mon Sep 17 00:00:00 2001 From: Andrew White Date: Mon, 13 Jun 2011 18:25:26 +0100 Subject: [PATCH] Remove obsolete compatibility module --- activesupport/lib/active_support/dependencies.rb | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/activesupport/lib/active_support/dependencies.rb b/activesupport/lib/active_support/dependencies.rb index cca962f239..15b2e11900 100644 --- a/activesupport/lib/active_support/dependencies.rb +++ b/activesupport/lib/active_support/dependencies.rb @@ -651,17 +651,6 @@ module ActiveSupport #:nodoc: return [] end - class LoadingModule #:nodoc: - # Old style environment.rb referenced this method directly. Please note, it doesn't - # actually *do* anything any more. - def self.root(*args) - if defined?(Rails) && Rails.logger - Rails.logger.warn "Your environment.rb uses the old syntax, it may not continue to work in future releases." - Rails.logger.warn "For upgrade instructions please see: http://manuals.rubyonrails.com/read/book/19" - end - end - end - # Convert the provided const desc to a qualified constant name (as a string). # A module, class, symbol, or string may be provided. def to_constant_name(desc) #:nodoc: