Class | Merb::BootLoader::LoadClasses |
In: |
lib/merb-core/bootloader.rb
|
Parent: | Merb::BootLoader |
Load all classes inside the load paths.
This is used in conjunction with Merb::BootLoader::ReloadClasses to track files that need to be reloaded, and which constants need to be removed in order to reload a file.
This also adds the model, controller, and lib directories to the load path, so they can be required in order to avoid load-order issues.
LOADED_CLASSES | = | {} |
MTIMES | = | {} |
"Better loading" of classes. If a class fails to load due to a NameError it will be added to the failed_classs stack.
klasses<Array[Class]>: | Classes to load. |