Project

General

Profile

Actions

Defect #180

closed

[PATCH] Plugins break in the Rails 2.0 with the latest engines.

Added by Eric Davis about 16 years ago. Updated about 16 years ago.

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

100%

Estimated time:
Resolution:
Affected version:

Description

I recently upgraded to Rails 2.0 and needed to upgrade Engines also. After this my plugin routes were not being recognized
anymore. In the console I found my Engine plugins (Redmine plugins) were not being loaded.

$ script/console
Loading development environment (Rails 2.0.2)
GLoc v1.1 running in development mode. Strings can be modified at runtime.
>> Engines.plugins
=> []

The documentation for Engines says they need to be loaded in environment.rb with the following line:

require File.join(File.dirname(FILE), '../vendor/plugins/engines/boot')

After adding that to Redmine, the plugins loaded successfully.

Eric


Files

redmine-engines.diff (518 Bytes) redmine-engines.diff Eric Davis, 2008-02-03 10:53
Actions #1

Updated by Rocco Stanzione about 16 years ago

I had to do this too. Can we get this added?

Actions #2

Updated by Jean-Philippe Lang about 16 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Applied in changeset r1281.

Actions

Also available in: Atom PDF