Class: Rails::TestUnitRailtie
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
|
|
Instance Chain:
self,
Railtie ,
Initializable
|
|
Inherits: |
Rails::Railtie
|
Defined in: | railties/lib/rails/test_unit/railtie.rb |
Constant Summary
Railtie
- Inherited
Class Attribute Summary
Railtie
- Inherited
Class Method Summary
Railtie
- Inherited
.configure | Allows you to configure the railtie. |
.console, .generators, .inherited, | |
.instance | |
.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 |
.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
Railtie
- Inherited
#config | This is used to create the |
#railtie_name |
Instance Method Summary
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 |
Initializable
- Included
Constructor Details
This class inherits a constructor from Rails::Railtie