123456789_123456789_123456789_123456789_123456789_

Class: Rails::TestUnitRailtie

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: Rails::Railtie
Defined in: railties/lib/rails/test_unit/railtie.rb

Constant Summary

Railtie - Inherited

ABSTRACT_RAILTIES

Class Attribute Summary

Class Method Summary

Railtie - Inherited

.configure

Allows you to configure the railtie.

.console, .generators, .inherited,
.instance

Since Railtie cannot be instantiated, any methods that call instance are intended to be called only on subclasses of a Railtie.

.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 #each_registered_block(type, &block).

.respond_to_missing?, .<=>, .new

::ActiveSupport::DescendantsTracker - Extended

descendants

See additional method definition at line 109.

subclasses, inherited

Instance Attribute Summary

Railtie - Inherited

#config

This is used to create the config object on Railties, an instance of Railtie::Configuration, that is used by Railties and Application to store related configuration.

#railtie_name

Instance Method Summary

Constructor Details

This class inherits a constructor from Rails::Railtie