Commit View
Created by: MrKeiKun
Summary: Just went to dashboard and viewed a commit pushed by someone and 500 showed up.
Info: using GitLab 6.7.0.rc1 c0090a3f
Logs:
Started GET "/group/project/commits/master" for 112.207.120.23 at 2014-03-21 22:14:32 +0800
Processing by Projects::CommitsController#show as HTML
Parameters: {"project_id"=>"group/project", "id"=>"master"}
Rendered shared/_ref_switcher.html.haml (6.7ms)
Rendered projects/commits/_head.html.haml (27.6ms)
Rendered projects/commits/_commit.html.haml (53.1ms)
Rendered projects/commits/_commit.html.haml (17.9ms)
Rendered projects/commits/_commit.html.haml (17.3ms)
Rendered projects/commits/_commit.html.haml (16.6ms)
Rendered projects/commits/_commit.html.haml (43.2ms)
Rendered projects/commits/_commit.html.haml (7.5ms)
Rendered projects/commits/_commit.html.haml (15.9ms)
Rendered projects/commits/_commit.html.haml (7.6ms)
Rendered projects/commits/_commit.html.haml (14.7ms)
Rendered projects/commits/_commit.html.haml (8.2ms)
Rendered projects/commits/_commit.html.haml (16.9ms)
Rendered projects/commits/_commit.html.haml (167.4ms)
Rendered projects/commits/_commit.html.haml (316.0ms)
Rendered projects/commits/_commit.html.haml (11.7ms)
Rendered projects/commits/_commit.html.haml (14.2ms)
Rendered projects/commits/_commit.html.haml (14.8ms)
Rendered projects/commits/_commit.html.haml (22.1ms)
Rendered projects/commits/_commit.html.haml (14.2ms)
Rendered projects/commits/_commit.html.haml (19.8ms)
Rendered projects/commits/_commit.html.haml (92.6ms)
Rendered projects/commits/_commit.html.haml (34.1ms)
Rendered projects/commits/_commit.html.haml (39.3ms)
Rendered projects/commits/_commits.html.haml (1004.9ms)
Rendered projects/commits/show.html.haml within layouts/projects (1047.8ms)
Rendered layouts/_head.html.haml (2.6ms)
Rendered layouts/_broadcast.html.haml (2.6ms)
Rendered layouts/_search.html.haml (2.0ms)
Rendered layouts/_head_panel.html.haml (13.7ms)
Rendered layouts/_init_auto_complete.html.haml (3.7ms)
Completed 500 Internal Server Error in 1215ms
ActionView::Template::Error (undefined method `asset_path' for Emoji:Module):
1: :javascript
2: GitLab.GfmAutoComplete.dataSource = "#{autocomplete_sources_project_path(@project)}"
3: GitLab.GfmAutoComplete.Emoji.assetBase = "#{Gitlab.config.gitlab.relative_url_root + Emoji.asset_path}"
4: GitLab.GfmAutoComplete.setup();
app/views/layouts/_init_auto_complete.html.haml:3:in `_app_views_layouts__init_auto_complete_html_haml__658548848__553559578'
app/views/layouts/projects.html.haml:7:in `_app_views_layouts_projects_html_haml___357725076__575688408'
app/controllers/projects/commits_controller.rb:17:in `show'
app/controllers/application_controller.rb:58:in `set_current_user_for_thread'