404 error on browsing some Merge Request
Created by: salemgolemugoo
After update from 5.4 to 6.1 some of the projects returns 404 when I tried to view list of merge requests.
Started GET "/xxx/yyy/merge_requests" for 127.0.0.1 at 2013-09-25 16:59:24 +0400
Processing by Projects::MergeRequestsController#index as HTML
Parameters: {"project_id"=>"xxx/yyy"}
Rendered shared/_project_filter.html.haml (1.2ms)
Rendered projects/merge_requests/_merge_request.html.haml (85.2ms)
Rendered projects/merge_requests/index.html.haml within layouts/projects (100.3ms)
Completed 500 Internal Server Error in 138ms
ActionController::RoutingError (No route matches {:action=>"show", :controller=>"projects/merge_requests", :project_id=>#[Project object dump]
app/views/projects/merge_requests/_merge_request.html.haml:4:in `_app_views_projects_merge_requests__merge_request_html_haml__4090775093941261764_27687340'
app/views/projects/merge_requests/index.html.haml:65:in `_app_views_projects_merge_requests_index_html_haml___2853699815099554752_27263360'