Module: Dependencies (ActiveSupport)

Overview
Module Structure
Class Hierarchy
Module Methods
Dependencies.load_paths
Dependencies.load_paths= / 1
Dependencies.load_once_paths
Dependencies.load_once_paths= / 1
Instance Methods
Dependencies#hook!
Dependencies#unhook!
Dependencies#load?
Dependencies#depend_on / 2
Dependencies#associate_with / 1
Dependencies#clear
Dependencies#require_or_load / 2
Dependencies#qualified_const_defined? / 1
Dependencies#uninherited_const_defined? (1/2) / 2
Dependencies#uninherited_const_defined? (2/E) / 2
Dependencies#loadable_constants_for_path / 2
Dependencies#search_for_file / 1
Dependencies#autoloadable_module? / 1
Dependencies#load_once_path? / 1
Dependencies#autoload_module! / 4
Dependencies#load_file / 2
Dependencies#qualified_name_for / 2
Dependencies#load_missing_constant / 2
Dependencies#remove_unloadable_constants!
Dependencies#autoloaded? / 1
Dependencies#will_unload? / 1
Dependencies#mark_for_unload / 1
Dependencies#new_constants_in / 1
Dependencies#to_constant_name / 1
Dependencies#remove_constant / 1
Dependencies#log_call / 1
Dependencies#log / 1
is a submodule of
module: ActiveSupport   
is modularized into
module: ModuleConstMissing   
module: ClassConstMissing   
module: Loadable   
module: Blamable   
class: LoadingModule   
extends
  Dependencies ( ActiveSupport )
is extended by
module: Dependencies ( ActiveSupport )
includes
  Blamable ( Unknown-Module )
  ClassConstMissing ( Unknown-Module )
  Loadable ( Unknown-Module )
  ModuleConstMissing ( Unknown-Module )
has properties
module method: load_paths   
module method: load_paths= / 1   
module method: load_once_paths   
module method: load_once_paths= / 1   
method: hook!   
method: unhook!   
method: load?   
method: depend_on / 2   
method: associate_with / 1   
method: clear   
method: require_or_load / 2   
method: qualified_const_defined? / 1   
method: uninherited_const_defined? (1/2) / 2   
method: uninherited_const_defined? (2/E) / 2   
method: loadable_constants_for_path / 2   
method: search_for_file / 1   
method: autoloadable_module? / 1   
method: load_once_path? / 1   
method: autoload_module! / 4   
method: load_file / 2   
method: qualified_name_for / 2   
method: load_missing_constant / 2   
method: remove_unloadable_constants!   
method: autoloaded? / 1   
method: will_unload? / 1   
method: mark_for_unload / 1   
method: new_constants_in / 1   
method: to_constant_name / 1   
method: remove_constant / 1   
method: log_call / 1   
method: log / 1   
is defined at
#4 in active_support/dependencies.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Unknown Module>
module: Blamable     
module: ClassConstMissing     
module: Loadable     
module: ModuleConstMissing     
  module: ActiveSupport
✗ module: Dependencies
module: ModuleConstMissing     
module: ClassConstMissing     
module: Loadable     
module: Blamable     
class: LoadingModule     

Class Hierarchy

Module Methods

Dependencies.load_paths

#30 in active_support/dependencies.rb

load_paths

Dependencies.load_paths= / 1

#36 in active_support/dependencies.rb

load_paths= ( paths )

Dependencies.load_once_paths

#47 in active_support/dependencies.rb

load_once_paths

Dependencies.load_once_paths= / 1

#53 in active_support/dependencies.rb

load_once_paths= ( paths )

Instance Methods

Dependencies#hook!

#230 in active_support/dependencies.rb

hook!

Dependencies#unhook!

#238 in active_support/dependencies.rb

unhook!

Dependencies#load?

#244 in active_support/dependencies.rb

load?

Dependencies#depend_on / 2

#248 in active_support/dependencies.rb

depend_on ( file_name ,
  swallow_load_errors = false )

Dependencies#associate_with / 1

#255 in active_support/dependencies.rb

associate_with ( file_name )

Dependencies#clear

#259 in active_support/dependencies.rb

clear

Dependencies#require_or_load / 2

#265 in active_support/dependencies.rb

require_or_load ( file_name ,
  const_path = nil )

Dependencies#qualified_const_defined? / 1

#304 in active_support/dependencies.rb

qualified_const_defined? ( path )

Dependencies#uninherited_const_defined? (1/2) / 2

#323 in active_support/dependencies.rb

uninherited_const_defined? ( mod ,
  const )

Dependencies#uninherited_const_defined? (2/E) / 2

#327 in active_support/dependencies.rb

uninherited_const_defined? ( mod ,
  const )

Dependencies#loadable_constants_for_path / 2

#334 in active_support/dependencies.rb

loadable_constants_for_path ( path ,
  bases = autoload_paths )

Dependencies#search_for_file / 1

#356 in active_support/dependencies.rb

search_for_file ( path_suffix )

Dependencies#autoloadable_module? / 1

#367 in active_support/dependencies.rb

autoloadable_module? ( path_suffix )

Dependencies#load_once_path? / 1

#374 in active_support/dependencies.rb

load_once_path? ( path )

Dependencies#autoload_module! / 4

#383 in active_support/dependencies.rb

autoload_module! ( into ,
  const_name ,
  qualified_name ,
  path_suffix )

Dependencies#load_file / 2

#399 in active_support/dependencies.rb

load_file ( path ,
  const_paths = loadable_constants_for_path(path )

Dependencies#qualified_name_for / 2

#416 in active_support/dependencies.rb

qualified_name_for ( mod ,
  name )

Dependencies#load_missing_constant / 2

#424 in active_support/dependencies.rb

load_missing_constant ( from_mod ,
  const_name )

Dependencies#remove_unloadable_constants!

#475 in active_support/dependencies.rb

remove_unloadable_constants!

Dependencies#autoloaded? / 1

#482 in active_support/dependencies.rb

autoloaded? ( desc )

Dependencies#will_unload? / 1

#491 in active_support/dependencies.rb

will_unload? ( const_desc )

Dependencies#mark_for_unload / 1

#498 in active_support/dependencies.rb

mark_for_unload ( const_desc )

Dependencies#new_constants_in / 1

#516 in active_support/dependencies.rb

new_constants_in ( *descs )

Dependencies#to_constant_name / 1

#606 in active_support/dependencies.rb

to_constant_name ( desc )

Dependencies#remove_constant / 1

#617 in active_support/dependencies.rb

remove_constant ( const )

Dependencies#log_call / 1

#634 in active_support/dependencies.rb

log_call ( *args )

Dependencies#log / 1

#643 in active_support/dependencies.rb

log ( msg )