- A
- B
- N
- R
- T
- W
Last configurable block to run. Called after frameworks initialize.
This allows you to modify application’s generators from Railties.
Values set on #app_generators will become defaults for application, unless application overwrites them.
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
First configurable block to run. Called before any initializers are run.
Third configurable block to run. Does not run if config.cache_classes set to false.
Second configurable block to run. Called before frameworks initialize.
Defines generic callbacks to run before after_initialize. Useful for Rails::Railtie subclasses.
Array of callbacks defined by to_prepare.
Add directories that should be watched for change. The key of the hashes should be directories and the values should be an array of extensions to match in each directory.