Advertisement
Guest User

Untitled

a guest
Jul 19th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. Started GET "/nulpunt/commits/master" for at 2013-07-19 11:39:21 +0200
  2. Processing by CommitsController#show as HTML
  3. Parameters: {"project_id"=>"nulpunt", "id"=>"master"}
  4. Rendered shared/_ref_switcher.html.haml (3.4ms)
  5. Rendered commits/_head.html.haml (9.6ms)
  6. Rendered commits/_commit.html.haml (6.1ms)
  7. Rendered commits/_commits.html.haml (7.5ms)
  8. Rendered commits/show.html.haml within layouts/project_resource (18.6ms)
  9. Completed 500 Internal Server Error in 64ms
  10.  
  11. ActionView::Template::Error (undefined method `gsub' for nil:NilClass):
  12. 6: = link_to commit.short_id(8), project_commit_path(@project, commit), class: "commit_short_id"
  13. 7: = commit_author_link(commit, avatar: true, size: 24)
  14. 8:  
  15. 9: = link_to_gfm truncate(commit.title, length: 70), project_commit_path(@project, commit.id), class: "row_title"
  16. 10:
  17. 11: %time.committed_ago{ datetime: commit.committed_date, title: commit.committed_date.stamp("Aug 21, 2011 9:23pm") }
  18. 12: = time_ago_in_words(commit.committed_date)
  19. app/helpers/issues_helper.rb:66:in `url_for_issue'
  20. lib/gitlab/markdown.rb:176:in `reference_issue'
  21. lib/gitlab/markdown.rb:165:in `reference_link'
  22. lib/gitlab/markdown.rb:125:in `block in parse_references'
  23. lib/gitlab/markdown.rb:114:in `gsub!'
  24. lib/gitlab/markdown.rb:114:in `parse_references'
  25. lib/gitlab/markdown.rb:91:in `parse'
  26. lib/gitlab/markdown.rb:59:in `gfm'
  27. app/helpers/gitlab_markdown_helper.rb:22:in `link_to_gfm'
  28. app/views/commits/_commit.html.haml:9:in `_app_views_commits__commit_html_haml___2283976796024049656_69853891110600'
  29. app/views/commits/_commits.html.haml:9:in `block in _app_views_commits__commits_html_haml___475273889503427648_69853890891720'
  30. app/views/commits/_commits.html.haml:1:in `each'
  31. app/views/commits/_commits.html.haml:1:in `_app_views_commits__commits_html_haml___475273889503427648_69853890891720'
  32. app/views/commits/show.html.haml:8:in `_app_views_commits_show_html_haml__3603501706694111200_69853890489560'
  33. app/controllers/commits_controller.rb:17:in `show'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement