before_eager_load(&block) Instance Public methods Third configurable block to run. Does not run if config.cache_classes set to false.
before_configuration(&block) Instance Public methods First configurable block to run. Called before any initializers are run.
app_middleware() Instance Public methods This allows you to modify the application's middlewares from Engines. All operations you run on the #app_middleware will be replayed on the application once it is defined and the default_middlewares are created
app_generators() Instance Public methods This allows you to modify application's generators from Railties. Values set on #app_generators will become defaults for application, unless application overwrites them.
after_initialize(&block) Instance Public methods Last configurable block to run. Called after frameworks initialize.
new() Class Public methods
method_missing(*args, &block) Instance Protected methods
respond_to?(*args) Instance Public methods
instance() Instance Public methods
inherited(base) Instance Public methods
Page 34 of 2275