APIdock / Ruby on Rails
/
Browse About
method

all_plugins

v2.3.8 - Show latest stable - Class: Rails::Plugin::Loader
all_plugins()
public

Returns all the plugins that could be found by the current locators.

# File railties/lib/rails/plugin/loader.rb, line 31
      def all_plugins
        @all_plugins ||= locate_plugins
        @all_plugins
      end

Related methods

  • Instance methods
  • add_plugin_load_paths
  • all_plugins
  • engine_metal_paths
  • engines
  • load_plugins
  • plugins
  • Class methods
  • new
  • Protected methods
  • protectedadd_engine_controller_paths
  • protectedadd_engine_locales
  • protectedadd_engine_routing_configurations
  • protectedadd_engine_view_paths
  • protectedapplication_lib_index
  • protectedconfiguration
  • protectedconfigure_engines
  • protectedeffective_order_of
  • protectedenabled?
  • protectedensure_all_registered_plugins_are_loaded!
  • protectedexplicit_plugin_loading_order?
  • protectedexplicitly_enabled?
  • protectedexplicitly_registered?
  • protectedloaded?
  • protectedlocate_plugins
  • protectedorder_plugins
  • protectedregister_plugin_as_loaded
  • protectedregistered?
  • protectedregistered_plugin_names
  • protectedregistered_plugins_names_plugin?
  • protectedshould_load?
APIdock API Documentation Browser

Swarmia helps engineering teams measure and improve developer productivity.

© 2026 APIdock