Skip to content

Instantly share code, notes, and snippets.

@axilleas
Last active December 21, 2015 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save axilleas/6338655 to your computer and use it in GitHub Desktop.
Save axilleas/6338655 to your computer and use it in GitHub Desktop.
Dashboard not showing in GitLab (ActionController::RoutingError)
Started GET "/" for 127.0.0.1 at 2013-08-26 09:44:56 +0300
Processing by DashboardController#show as HTML
Rendered events/_event_last_push.html.haml (0.2ms)
Rendered dashboard/_activities.html.haml (12.7ms)
Rendered dashboard/_projects.html.haml (49.6ms)
Rendered dashboard/_groups.html.haml (10.0ms)
Rendered shared/_promo.html.haml (0.4ms)
Rendered dashboard/_sidebar.html.haml (64.2ms)
Rendered dashboard/show.html.haml within layouts/application (78.7ms)
Rendered layouts/_head.html.haml (5.4ms)
Rendered layouts/_search.html.haml (46.2ms)
Rendered layouts/_head_panel.html.haml (59.6ms)
Rendered layouts/_flash.html.haml (0.5ms)
Rendered layouts/nav/_dashboard.html.haml (18.9ms)
Completed 200 OK in 239ms (Views: 166.9ms | ActiveRecord: 7.8ms)
Started GET "/?limit=20&offset=0&_=1377499497280" for 127.0.0.1 at 2013-08-26 09:44:57 +0300
Processing by DashboardController#show as JS
Parameters: {"limit"=>"20", "offset"=>"0", "_"=>"1377499497280"}
Read fragment views/events/52-20130825230926 (1.2ms)
Read fragment views/events/51-20130825225830 (1.0ms)
Read fragment views/events/50-20130825182501 (0.6ms)
Read fragment views/events/49-20130825170225 (0.6ms)
Read fragment views/events/48-20130825170223 (0.6ms)
Read fragment views/events/47-20130825165935 (0.6ms)
Read fragment views/events/46-20130825165624 (0.7ms)
Read fragment views/events/43-20130825163505 (0.7ms)
Read fragment views/events/42-20130825163504 (0.6ms)
Read fragment views/events/41-20130825163503 (0.7ms)
Read fragment views/events/40-20130825163342 (0.6ms)
Read fragment views/events/39-20130825162914 (0.6ms)
Read fragment views/events/38-20130825094233 (0.6ms)
Read fragment views/events/37-20130825085757 (0.5ms)
Read fragment views/events/36-20130825063620 (0.5ms)
Rendered events/event/_common.html.haml (20.3ms)
Rendered events/_event.html.haml (103.7ms)
Rendered dashboard/show.js.haml (117.1ms)
Completed 500 Internal Server Error in 192ms
ActionController::RoutingError (No route matches {:action=>"show", :controller=>"projects/issues", :project_id=>#<Project id: 5, name: "gitlab-recipes", path: "gitlab-recipes", description: "", created_at: "2013-07-25 17:46:51", updated_at: "2013-08-25 11:21:09", creator_id: 2, default_branch: "master", issues_enabled: true, wall_enabled: true, merge_requests_enabled: true, wiki_enabled: true, namespace_id: 2, public: true, issues_tracker: "gitlab", issues_tracker_id: nil, snippets_enabled: true, last_activity_at: "2013-08-25 06:36:20", imported: true, import_url: nil>, :id=>#<Issue id: 1, title: "Repository structure overhaul", assignee_id: 2, author_id: 2, project_id: 5, created_at: "2013-07-31 10:49:43", updated_at: "2013-08-25 06:36:20", position: 0, branch_name: nil, description: "The current repository structure is:\r\n\r\n```\r\n├── RE...", milestone_id: nil, state: "closed", iid: nil>}):
app/views/events/event/_common.html.haml:5:in `_app_views_events_event__common_html_haml__3523503890882931206_70147276822820'
app/views/events/_event.html.haml:14:in `block in _app_views_events__event_html_haml__1051293562533555959_70147271999580'
app/views/events/_event.html.haml:6:in `_app_views_events__event_html_haml__1051293562533555959_70147271999580'
app/views/dashboard/show.js.haml:2:in `_app_views_dashboard_show_js_haml__1033430046721013462_70147279303080'
app/controllers/dashboard_controller.rb:19:in `show'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment