Actions
Defect #180
closed[PATCH] Plugins break in the Rails 2.0 with the latest engines.
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
Updated by Rocco Stanzione over 16 years ago
I had to do this too. Can we get this added?
Updated by Jean-Philippe Lang over 16 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset r1281.
Actions