railties() Instance Public methods
load_tasks(app=self) Instance Public methods Load Rake, railties tasks and invoke the registered hooks. Check Rails::Railtie.rake_tasks for more info.
load_seed() Instance Public methods Load data from db/seeds.rb file. It can be used in to load engines' seeds, e.g.: Blog::Engine.load_seed
load_runner(app=self) Instance Public methods Load Rails runner and invoke the registered hooks. Check Rails::Railtie.runner for more info.
load_generators(app=self) Instance Public methods Load Rails generators and invoke the registered hooks. Check Rails::Railtie.generators for more info.
load_console(app=self) Instance Public methods Load console and invoke the registered hooks. Check Rails::Railtie.console for more info.
helpers_paths() Instance Public methods Returns all registered helpers paths.
helpers() Instance Public methods Returns a module with all the helpers defined for the engine.
env_config() Instance Public methods Defines additional Rack env configuration that is added on each call.
endpoint() Instance Public methods Returns the endpoint for this engine. If none is registered, defaults to an ActionDispatch::Routing::RouteSet.
Page 54 of 2275