Skip to content

Instantly share code, notes, and snippets.

@richdownie
Created April 14, 2014 13:03
Show Gist options
  • Save richdownie/10645905 to your computer and use it in GitHub Desktop.
Save richdownie/10645905 to your computer and use it in GitHub Desktop.
2014-04-14T12:58:06.013042+00:00 app[web.1]: Processing by MetricsController#dropin as HTML
2014-04-14T12:58:06.013042+00:00 app[web.1]: Parameters: {"scenario"=>"features/Advantage.feature:11", "browser"=>"chrome"}
2014-04-14T12:58:06.122036+00:00 app[web.1]: Completed 500 Internal Server Error in 109ms
2014-04-14T12:58:06.124068+00:00 app[web.1]:
2014-04-14T12:58:06.124068+00:00 app[web.1]: ActiveRecord::StatementInvalid (PG::InsufficientPrivilege: ERROR: permission denied for relation metrics
2014-04-14T12:58:06.124068+00:00 app[web.1]: : INSERT INTO "metrics" ("browser", "comment", "created_at", "exception", "name", "scenario", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"):
2014-04-14T12:58:06.124068+00:00 app[web.1]: app/controllers/metrics_controller.rb:4:in `dropin'
2014-04-14T12:58:06.124068+00:00 app[web.1]:
2014-04-14T12:58:06.124068+00:00 app[web.1]:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment