all_plugins()
Returns all the plugins that could be found by the current locators.
# File railties/lib/rails/plugin/loader.rb, line 26 def all_plugins @all_plugins ||= locate_plugins @all_plugins end