redmine_version_burndown_charts
redmine_version_burndown_charts copied to clipboard
Redmine 2 support
What needs to be done to bring this to the new version?
Hi, I am getting error ActionController::RoutingError No route matches. I have upgraded my Redmine version to Redmine 2. Please give me the suggestions what i have to do. Please give me the reply ASAP.
Thanks
You need to add a route.rb in plugin/config with this line: match 'version_burndown_charts' => 'version_burndown_charts#index'
But there are many other issues regarding 2.2.x support. I'm not sure if this plugin could be easily migrated to Redmine 2.2.x.
I have done the upgrade. Submitting a pull request now. :)
Shoot, I may have branched off the wrong repository -- my code is here. What do you think? https://github.com/vnc-biz/redmine-plugin-version-burndown-charts/pull/1