Open krische opened 12 years ago
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. I had the following problems:
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?