Hello!
I tried to install your plugin with Redmine 2, and it's incompatible :(
I had to comment some "require" in init.rb and also in routes.rb:
replace
ActionController::Routing::Routes.draw do |map|
with
RedmineApp::Application.routes.draw do
However there isn't any "map" for the routes, see also http://www.redmine.org/boards/2/topics/31460
And i'm quite stuck :(
Any idea?
Thanks!
Hello!
I tried to install your plugin with Redmine 2, and it's incompatible :(
I had to comment some "require" in init.rb and also in routes.rb:
replace
ActionController::Routing::Routes.draw do |map|
with
RedmineApp::Application.routes.draw do
However there isn't any "map" for the routes, see also http://www.redmine.org/boards/2/topics/31460
And i'm quite stuck :(
Any idea?
Thanks!