Getting 500 Error after 2.4 upgrade
Created by: drudge
Started GET "/" for 63.240.91.227 at 2012-04-23 16:12:26 -0400 Processing by ProjectsController#index as HTML Rendered events/_commit.html.haml (1.2ms) Rendered events/_event_push.html.haml (5.7ms) Rendered events/_event.html.haml (6.2ms) Rendered projects/index.html.haml within layouts/application (13.3ms) Completed 500 Internal Server Error in 21ms
ActionView::Template::Error (could not find any magic files!):
2: = link_to project_commit_path(project, :id => commit.id) do
3: %p
4: %code.left= commit.id.to_s[0..10]
5: %strong.cgray= commit.author_name
6: –
7: = image_tag gravatar_icon(commit.author_email), :class => "avatar", :width => 16
8: %span.row_title= truncate(commit.safe_message, :length => 50) rescue "--broken encoding"
lib/gitlabhq/encode.rb:6:in utf8' app/models/commit.rb:106:in
author_name'
app/views/events/_commit.html.haml:5:in block in _app_views_events__commit_html_haml__21708092_102208410' app/views/events/_commit.html.haml:2:in
_app_views_events__commit_html_haml__21708092_102208410'
app/views/events/_event_push.html.haml:27:in block in _app_views_events__event_push_html_haml___21032967_103173010' app/views/events/_event_push.html.haml:26:in
each'
app/views/events/_event_push.html.haml:26:in _app_views_events__event_push_html_haml___21032967_103173010' app/views/events/_event.html.haml:8:in
_app_views_events__event_html_haml___958644077_103194820'
app/views/projects/index.html.haml:13:in `_app_views_projects_index_html_haml__788383942_103464150'