Class | Merb::BootLoader::Dependencies |
In: |
lib/merb-core/bootloader.rb
|
Parent: | Merb::BootLoader |
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.
nil
:api: plugin
Default encoding to UTF8 if it has not already been set to something else.
nil
:api: private
Resets the logger and sets the log_stream to Merb::Config[:log_file] if one is specified, falling back to STDOUT.
nil
:api: private