-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redmine 2.0 support? #161
Comments
RAILS_ROOT can be replaced with Rails.root however the result is always "cannot load such file --dispatcher". Following this http://www.redmine.org/boards/3/topics/30423 I was able to fix this error too, however then other troubles arise. A proper porting of the plugin to Rails3/Redmine2 would be needed. |
This work seems to work on it: https://github.com/Liberty-Concepts/redmine_git_hosting/commits/master Don't know yet how good it is working, still researching possibilities for our new software frame. |
ericpaulbishop merged it here in a new branch. As i said i wanted to test it and its still not fully working.
There are more issues - i will take a closer look tomorrow. Also it is possible that i did things wrong and therefore some of the issues are my fault. |
Does this plugin work under Redmine 2.0?
I tried installing it, but when trying to rake, I was getting errors about the RAILS_ROOT constant being uninitialized. So I edited the init.rb file to just hardcode my path instead of using RAILS_ROOT.
However, after doing that, I receive a "cannot load such file -- dispatcher" error.
Any ideas?
The text was updated successfully, but these errors were encountered: