Project

General

Profile

Actions

Feature #7754

closed

Plugin priority

Added by Luis Serrano Aranda about 13 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-03-02
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid

Description

There any way to specify the load order of plugins?

Actions #1

Updated by Etienne Massip about 13 years ago

  • Status changed from New to Closed
  • Resolution set to Invalid

Could you please ask this question in help forum ?

This tracker is intended for bugs, well defined feature needs or patches exclusively.

As of the answer, Google told me you can by adding a line in your config/environment.rb.

E.g.

config.plugins = [ :exception_notification, :ssl_requirement, :all ]

where :all is a wildcard meaning "every other plugin".

Looking at code of Rails::Plugin#<=>, default sort order seems to be by plugin name.

Actions #2

Updated by Jaap de Haan over 7 years ago

Slightly related to #6324, #23131

Actions

Also available in: Atom PDF