Error 500 after push and on login
Created by: plamen-nikolov
Today, after regular push on my repo, i got the following error:
Started GET "/" for 127.0.0.1 at 2012-03-19 09:37:44 +0200 Processing by DashboardController#index as HTML Rendered dashboard/_projects_feed.html.haml (15.3ms) Rendered dashboard/_issues_feed.html.haml (7.5ms) Rendered events/_event_new_issue.html.haml (92.9ms) Rendered events/_event_new_issue.html.haml (5.3ms) Rendered events/_event.html.haml (99.7ms) Rendered dashboard/_events_feed.html.haml (104.0ms) Rendered dashboard/index.html.haml within layouts/application (140.2ms) Completed 500 Internal Server Error in 188ms ActionView::Template::Error (undefined method `author' for nil:NilClass): 1: = image_tag gravatar_icon(event.author_email), :class => "avatar" 2: %strong #{event.author_name} 3: created new issue 4: = link_to project_issue_path(event.project, event.issue) do app/models/event.rb:75:in `author' app/models/event.rb:84:in `author_email' app/views/events/_event_new_issue.html.haml:1:in `_app_views_events__event_new_issue_html_haml__691861237487389781_52710500' app/views/events/_event.html.haml:4:in `_app_views_events__event_html_haml__2889555953636867885_53128480' app/views/dashboard/_events_feed.html.haml:1:in `_app_views_dashboard__events_feed_html_haml__1065701534720981308_53374420' app/views/dashboard/index.html.haml:68:in `_app_views_dashboard_index_html_haml__3628508767884634317_53420780'