before_configuration(&block) Instance Public methods First configurable block to run. Called before any initializers are run.
before_eager_load(&block) Instance Public methods Third configurable block to run. Does not run if config.cache_classes set to false.
before_initialize(&block) Instance Public methods Second configurable block to run. Called before frameworks initialize.
eager_load_namespaces() Instance Public methods All namespaces that are eager loaded
respond_to?(name, include_private = false) Instance Public methods
to_prepare(&blk) Instance Public methods Defines generic callbacks to run before after_initialize. Useful for Rails::Railtie subclasses.
to_prepare_blocks() Instance Public methods Array of callbacks defined by to_prepare.
watchable_dirs() Instance Public methods 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.
watchable_files() Instance Public methods Add files that should be watched for change.
abstract_railtie?() Class Public methods
Page 2299 of 11844