500 after login
Created by: huahang
Started GET "/" for 127.0.0.1 at 2013-01-14 13:03:45 +0000
Processing by DashboardController#index as HTML
Rendered events/_event_last_push.html.haml (4.2ms)
Rendered dashboard/_activities.html.haml (4.5ms)
Rendered dashboard/index.html.haml within layouts/application (4.9ms)
Completed 500 Internal Server Error in 19ms
ActionView::Template::Error (can't convert Symbol into Integer):
1: - if show_last_push_widget?(event)
2: .event_lp
3: = image_tag "event_push.png"
4:
app/roles/push_event.rb:13:in `[]'
app/roles/push_event.rb:13:in `branch?'
app/roles/push_event.rb:98:in `last_push_to_non_root?'
app/helpers/application_helper.rb:139:in `show_last_push_widget?'
app/views/events/_event_last_push.html.haml:1:in `_app_views_events__event_last_push_html_haml__636906158_87852700'
app/views/dashboard/_activities.html.haml:1:in `_app_views_dashboard__activities_html_haml__763716280_88271460'
app/views/dashboard/index.html.haml:4:in `_app_views_dashboard_index_html_haml__131459335_88026610'
app/controllers/dashboard_controller.rb:29:in `index'