Class: Reactive::Initializer::Default
- Inherits:
-
Reactive::Initializer
- Object
- Reactive::Initializer
- Reactive::Initializer::Default
- Defined in:
- lib/reactive-core/initializer.rb
Overview
Here is the list of all initializers setup up by the framework. Listed in level order.
- patch_base_gems
-
-1000,
- default_environment
-
-950,
- default_config
-
-760,
- load_config
-
-750
- load_initializers
-
-740
- require_plugins
-
-550
- require_framework
-
-360
- check_plugins
-
-350
- init_logger
-
-160
- init_depedency_mechanism
-
-150
- init_framwork
-
-140
- finish
-
+1000
Constant Summary
Constants inherited from Reactive::Initializer
Instance Attribute Summary
Attributes inherited from Reactive::Initializer
Method Summary
Methods inherited from Reactive::Initializer
add_observer, after_init, before_init, configure, init, #initialize, register, #register, run, #run_stages, stages
Constructor Details
This class inherits a constructor from Reactive::Initializer