Class Merb::BootLoader::Dependencies
In: lib/merb-core/bootloader.rb
Parent: Merb::BootLoader

Methods

Public Class methods

Load the init_file specified in Merb::Config or if not specified, the init.rb file from the Merb configuration directory, and any environment files, which register the list of necessary dependencies and any after_app_loads hooks.

Dependencies can hook into the bootloader process itself by using before or after insertion methods. Since these are loaded from this bootloader (Dependencies), they can only adapt the bootloaders that haven‘t been loaded up until this point.

[Validate]