Class: ActionText::Engine
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
|
|
Instance Chain:
|
|
Inherits: |
Rails::Engine
|
Defined in: | actiontext/lib/action_text/engine.rb |
Constant Summary
::Rails::Railtie
- Inherited
::ActiveSupport::Callbacks
- Included
Class Attribute Summary
::Rails::Engine
- Inherited
.__callbacks, .called_from, | |
.isolated? | Alias for Rails::Engine.isolated. |
::Rails::Railtie
- Inherited
Class Method Summary
::Rails::Engine
- Inherited
.endpoint, .engine_name, | |
.find | Finds engine with given path. |
.find_root, .inherited, .isolate_namespace, .isolated, .new, .find_root_with_flag |
::Rails::Railtie
- Inherited
.configure | Allows you to configure the railtie. |
.console, .generators, .inherited, | |
.instance | Since |
.railtie_name, .rake_tasks, .runner, .server, .subclasses, .increment_load_index, .generate_railtie_name, | |
.method_missing | If the class method does not have a method, then send the method call to the Railtie instance. |
.register_block_for | receives an instance variable identifier, set the variable value if is blank and append given block to value, which will be used later in |
.respond_to_missing?, .<=>, .new |
::ActiveSupport::DescendantsTracker
- Extended
Instance Attribute Summary
::Rails::Engine
- Inherited
::Rails::Railtie
- Inherited
#config | This is used to create the |
#railtie_name |
Instance Method Summary
::Rails::Engine
- Inherited
#app | Returns the underlying |
#call | Define the |
#config | Define the configuration object for the engine. |
#eager_load!, | |
#endpoint | Returns the endpoint for this engine. |
#env_config | Defines additional |
#helpers | Returns a module with all the helpers defined for the engine. |
#helpers_paths | Returns all registered helpers paths. |
#isolated?, | |
#load_console | Load console and invoke the registered hooks. |
#load_generators | Load Rails generators and invoke the registered hooks. |
#load_runner | Load Rails runner and invoke the registered hooks. |
#load_seed | Load data from db/seeds.rb file. |
#load_server | Invoke the server registered hooks. |
#load_tasks | Load Rake and railties tasks, and invoke the registered hooks. |
#railties, | |
#routes | Defines the routes for this engine. |
#_all_autoload_once_paths, #_all_autoload_paths, #_all_load_paths, #build_middleware, #build_request, #default_middleware_stack, #fixtures_in_root_and_not_in_vendor_or_dot_dir?, #load_config_initializer, #run_tasks_blocks |
::ActiveSupport::Callbacks
- Included
#run_callbacks | Runs the callbacks for the given event. |
#halted_callback_hook | A hook invoked every time a before callback is halted. |
::Rails::Railtie
- Inherited
#each_registered_block | run |
#configure, #inspect, #railtie_namespace, #run_console_blocks, #run_generators_blocks, #run_runner_blocks, #run_server_blocks, #run_tasks_blocks |
::Rails::Initializable
- Included
Constructor Details
This class inherits a constructor from Rails::Engine