console(&blk) Class Public methods
configure(&block) Class Public methods Allows you to configure the railtie. This is the same method seen in Railtie::Configurable, but this module is no longer required for all subclasses of Railtie so we provide the class method here.
abstract_railtie?() Class Public methods
watchable_files() Instance Public methods Add files that should be watched for change.
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.
to_prepare_blocks() Instance Public methods Array of callbacks defined by to_prepare.
to_prepare(&blk) Instance Public methods Defines generic callbacks to run before after_initialize. Useful for Rails::Railtie subclasses.
respond_to?(name, include_private = false) Instance Public methods
eager_load_namespaces() Instance Public methods All namespaces that are eager loaded
before_initialize(&block) Instance Public methods Second configurable block to run. Called before frameworks initialize.
Page 33 of 2275