APIdock / Ruby on Rails
/
Browse About
method

new

rails latest stable - Class: Rails::Initializer

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.

new(configuration)
public

Create a new Initializer instance that references the given Configuration instance.

# File railties/lib/initializer.rb, line 119
    def initialize(configuration)
      @configuration = configuration
      @loaded_plugins = []
    end

Related methods

  • Instance methods
  • 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
  • Class methods
  • new
  • run
APIdock API Documentation Browser

Swarmia: the developer productivity platform for modern engineering teams.

© 2026 APIdock