geron-cn / redmine_process_frameworks

To put Process Framework into practice as a plugin for redmine
http://202.202.11.125/pub_redmine/projects/framework
4 stars 4 forks source link

rails3 plugins uninitialized constant ActionDispatch::Routing::Routes. #2

Open geron-cn opened 12 years ago

geron-cn commented 12 years ago

~/workspace/Ruby/redmine-2.0.3$ rake redmine:plugins:migrate An error occurred while loading the routes definition of redmine_process_frameworks plugin (/home/geron/workspace/Ruby/redmine-2.0.3/plugins/ redmine_process_frameworks/config/routes.rb): uninitialized constant ActionDispatch::Routing::Routes.

geron-cn commented 12 years ago

Change from:

ActionDispatch::Routing::Routes do map

to:

RedmineApp::Application.routes.draw do

devaroop commented 10 years ago

Its fixed in: https://github.com/devaroop/redmine_process_frameworks