Skip to content

Instantly share code, notes, and snippets.

@ghigt
Last active August 29, 2015 14:14
Show Gist options
  • Save ghigt/b893ed4ac93b79622494 to your computer and use it in GitHub Desktop.
Save ghigt/b893ed4ac93b79622494 to your computer and use it in GitHub Desktop.
2015-01-29T22:28:33.320310+00:00 app[web.1]: Started GET "/en/activities" for 85.168.7.56 at 2015-01-29 22:28:33 +0000
2015-01-29T22:28:33.337932+00:00 app[web.1]: Rendered public_activity/user/_new_friend.html.slim (3.3ms)
2015-01-29T22:28:33.346642+00:00 app[web.1]: Rendered public_activity/critic/_create.html.slim (4.6ms)
2015-01-29T22:28:33.352320+00:00 app[web.1]: Rendered public_activity/collection/_create.html.slim (1.5ms)
2015-01-29T22:28:33.362628+00:00 app[web.1]: Rendered public_activity/critic/_create.html.slim (4.8ms)
2015-01-29T22:28:33.322875+00:00 app[web.1]: Processing by ActivitiesController#index as HTML
2015-01-29T22:28:33.322945+00:00 app[web.1]: Parameters: {"locale"=>"en"}
2015-01-29T22:28:33.333041+00:00 app[web.1]: Rendered public_activity/collection/_follow.html.slim (2.5ms)
2015-01-29T22:28:33.341242+00:00 app[web.1]: Rendered public_activity/user/_new_friend.html.slim (2.5ms)
2015-01-29T22:28:33.349798+00:00 app[web.1]: Rendered public_activity/interest/_adding.html.slim (2.2ms)
2015-01-29T22:28:33.372544+00:00 app[web.1]: Rendered public_activity/comment/_create.html.slim (5.9ms)
2015-01-29T22:28:33.436196+00:00 app[web.1]: Rendered public_activity/user/_new_friend.html.slim (2.8ms)
2015-01-29T22:28:33.448583+00:00 app[web.1]: Rendered public_activity/comment/_create.html.slim (5.5ms)
2015-01-29T22:28:33.461146+00:00 app[web.1]: Rendered public_activity/collection/_follow.html.slim (3.5ms)
2015-01-29T22:28:33.355492+00:00 app[web.1]: Rendered public_activity/collection/_follow.html.slim
(2.1ms)
2015-01-29T22:28:33.365770+00:00 app[web.1]: Rendered public_activity/collection/_follow.html.slim (2.2ms)
2015-01-29T22:28:33.432471+00:00 app[web.1]: Rendered public_activity/user/_new_friend.html.slim (58.9ms)
2015-01-29T22:28:33.442031+00:00 app[web.1]: Rendered public_activity/critic/_create.html.slim (5.1ms)
2015-01-29T22:28:33.456336+00:00 app[web.1]: Rendered public_activity/comment/_create.html.slim (6.8ms)
2015-01-29T22:28:33.463715+00:00 app[web.1]: Rendered public_activity/collection/_create.html.slim (1.6ms)
2015-01-29T22:28:33.469115+00:00 app[web.1]: Rendered public_activity/interest/_adding.html.slim (1.0ms)
2015-01-29T22:28:33.469205+00:00 app[web.1]: Rendered activities/index.html.slim within layouts/application (143.1ms)
2015-01-29T22:28:33.469331+00:00 app[web.1]: Completed 500 Internal Server Error in 146ms
2015-01-29T22:28:33.467873+00:00 app[web.1]: Rendered public_activity/critic/_create.html.slim (3.2ms)
2015-01-29T22:28:33.471220+00:00 app[web.1]:
2015-01-29T22:28:33.471223+00:00 app[web.1]: ActionView::Template::Error (undefined method `+' for {:friend=>"is now friend with ", :title=>"got a new friend"}:Hash):
2015-01-29T22:28:33.471226+00:00 app[web.1]: 5: .timeline-title
2015-01-29T22:28:33.471227+00:00 app[web.1]: 6: h4
2015-01-29T22:28:33.471229+00:00 app[web.1]: 7: -if activity.owner.nil?
2015-01-29T22:28:33.471230+00:00 app[web.1]: 8: = t('activities.user') + ' '
2015-01-29T22:28:33.471232+00:00 app[web.1]: 9: = t('activities.removed')
2015-01-29T22:28:33.471233+00:00 app[web.1]: 10: -else
2015-01-29T22:28:33.471235+00:00 app[web.1]: 11: = full_name(activity.owner)
2015-01-29T22:28:33.471237+00:00 app[web.1]: app/views/public_activity/interest/_adding.html.slim:8:in `_app_views_public_activity_interest__adding_html_slim___2331403863227712010_69920983167020'
2015-01-29T22:28:33.471239+00:00 app[web.1]: app/views/activities/index.html.slim:10:in `block in _app_views_activities_index_html_slim__898129126656319506_69920980592660'
2015-01-29T22:28:33.471254+00:00 app[web.1]: app/views/activities/index.html.slim:4:in `_app_views_activities_index_html_slim__898129126656319506_69920980592660'
2015-01-29T22:28:33.471256+00:00 app[web.1]:
2015-01-29T22:28:33.471257+00:00 app[web.1]:
2015-01-29T22:28:33.468232+00:00 heroku[router]: at=info method=GET path="/en/activities" host=syli.herokuapp.com request_id=7dfab8fe-d8ff-4bd5-912f-939d9224a136 fwd="85.168.7.56" dyno=web.1 connect=1ms service=156ms status=500 bytes=1754
2015-01-29T22:28:33.659590+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=syli.herokuapp.com request_id=d1d250c3-2df7-44ea-b86b-1adbf763d8b5 fwd="85.168.7.56" dyno=web.1 connect=1ms service=7ms status=304 bytes=133
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment