class Initializer
Ruby on Rails 2.3.18
Since v2.2.3 Last seen in v2.3.18Available in: v2.2.3 v2.3.18
The Initializer is responsible for processing the Rails configuration, such as setting the $LOAD_PATH, requiring the right frameworks, initializing logging, and more. It can be run either as a single command that’ll just use the default configuration, like this:
Rails::Initializer.run
But normally it’s more interesting to pass in a custom configuration through the block running:
Rails::Initializer.run do |config| config.frameworks -= [ :action_mailer ] end
This will use the default configuration options from Rails::Configuration, but allow for overwriting on select areas.
Inherits from
Attributes
Methods (defined here)
- # add_gem_load_paths
- # add_plugin_load_paths
- # add_support_load_paths
- # after_initialize
- # check_for_unbuilt_gems
- # check_gem_dependencies
- # check_ruby_version
- # disable_dependency_loading
- # initialize_cache
- # initialize_database
- # initialize_database_middleware
- # initialize_dependency_mechanism
- # initialize_encoding
- # initialize_framework_caches
- # initialize_framework_logging
- # initialize_framework_settings
- # initialize_framework_views
- # initialize_i18n
- # initialize_logger
- # initialize_metal
- # initialize_routing
- # initialize_time_zone
- # initialize_whiny_nils
- # install_gem_spec_stubs
- # load_application_classes
- # load_application_initializers
- # load_environment
- # load_gems
- # load_observers
- # load_plugins
- # load_view_paths
- # plugin_loader
- # preload_frameworks
- # prepare_dispatcher
- # process
- # require_frameworks
- # set_autoload_paths
- # set_load_path
- self. new
- self. run
Methods (inherited)
From Object (37)
- # acts_like?
- # app
- # as_json
- # blank?
- # class_eval
- # create
- # create_fixtures
- # destroy
- # duplicable?
- # edit
- # find_cmd
- # helper
- # html_safe?
- # index
- # instance_exec
- # instance_variable_defined?
- # instance_variable_names
- # message
- # metaclass
- # new_session
- # presence
- # present?
- # reload!
- # returning
- # singleton_class
- # tap
- # to_json
- # to_param
- # to_query
- # try
- # unescape
- # update
- # with_options
- self. blank_slate_method_added
- self. find_hidden_method
- self. lookup_missing_generator
- self. method_added