Defect #2894
closedUpdate to svn HEAD breaks existing mod_ruby (passenger) deployments.
0%
Description
I am running redmine svn-head using Apache and Passenger. The working setup (described on http://www.modrails.com/documentation/Users%20guide.html#deploying_rails_to_sub_uri ) has been broken with recent svn update. And in quite ugly way - all Redmine was able to show to me was a 404 page, with only "ActionController::RoutingError (No route matches "/redmine/" with {:method=>:get}):" in log giving a clue to what has actualy gone wrong. To fix, it is required to add the following line at the end of your config/environment.rb :
ActionController::AbstractRequest.relative_url_root = "/redmine" (as described on http://www.redmine.org/wiki/redmine/HowTo_Install_Redmine_in_a_sub-URI ).
Shouldn't this be mentioned in http://www.redmine.org/wiki/1/RedmineUpgrade ? And besides, what did change that this additional configuration is necessary?
Files