Project

General

Profile

Actions

Feature #1114

closed

Bundle Rails-Engines with Redmine

Added by Andy L almost 16 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Plugin API
Target version:
Start date:
2008-04-25
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

Redmine bundles many plugins in the core app, but not Rails Engines.

Hunting down and installing Rails Engines requires another step for the plugin developer.

Including this plugin should be very simple.

Actions #1

Updated by Eric Davis almost 16 years ago

+1

Only potential issue is there are 2 versions of Rails Engines, one for Rails 2.0 and one for Rails 1.2. After Redmine 0.7, can we make Rails 2.0 a requirement?

Actions #2

Updated by Jean-Philippe Lang almost 16 years ago

Rails 2.0 is now required in 0.7.0 and Redmine will automatically load Engines plugin if present.
See source:/trunk/config/environment.rb#L13

So a simple ruby script/plugin install engines will do the job, doesn't it ?

Actions #3

Updated by Eric Davis almost 16 years ago

Jean-Philippe Lang wrote:

So a simple ruby script/plugin install engines will do the job, doesn't it ?

I heard on #1508 that the latest Engines is for Rails 2.1 so we will need the 2.0 tag:

ruby script/plugin install http://svn.rails-engines.org/engines/tags/rel_2.0.0/

Can we get this added soon, every week now I'm getting bug reports on my plugins from people forgotting to install Engines, even though it's in the manual.

Actions #4

Updated by Jean-Philippe Lang almost 16 years ago

Eric, I'll add it to the next release.

Actions #5

Updated by Jean-Philippe Lang almost 16 years ago

  • Category set to Plugin API
  • Status changed from New to Closed
  • Target version set to 0.8
  • Resolution set to Fixed

Engines 2.1.0 plugin added in r1654.

Actions

Also available in: Atom PDF