Skip to content

Instantly share code, notes, and snippets.

@rtucker
Created April 8, 2017 00:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtucker/08938ed4d48fc72327148b0e8ec55782 to your computer and use it in GitHub Desktop.
Save rtucker/08938ed4d48fc72327148b0e8ec55782 to your computer and use it in GitHub Desktop.
[d5cc3d5a-b942-4a0c-8b2d-f8b8cb75e7d8] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]
[d5cc3d5a-b942-4a0c-8b2d-f8b8cb75e7d8] Account Load (0.5ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]
[d5cc3d5a-b942-4a0c-8b2d-f8b8cb75e7d8] Doorkeeper::Application Load (0.6ms) SELECT "oauth_applications".* FROM "oauth_applications" WHERE "oauth_applications"."superapp" = $1 ORDER BY "oauth_applications"."id" ASC LIMIT $2 [["superapp", true], ["LIMIT", 1]]
[d5cc3d5a-b942-4a0c-8b2d-f8b8cb75e7d8] (0.1ms) BEGIN
[d5cc3d5a-b942-4a0c-8b2d-f8b8cb75e7d8] Doorkeeper::AccessToken Exists (0.3ms) SELECT 1 AS one FROM "oauth_access_tokens" WHERE "oauth_access_tokens"."token" = $1 LIMIT $2 [["token", "REDACTED"], ["LIMIT", 1]]
[d5cc3d5a-b942-4a0c-8b2d-f8b8cb75e7d8] SQL (0.4ms) INSERT INTO "oauth_access_tokens" ("resource_owner_id", "token", "created_at", "scopes") VALUES ($1, $2, $3, $4) RETURNING "id" [["resource_owner_id", 1], ["token", "REDACTED"], ["created_at", 2017-04-08 00:14:24 UTC], ["scopes", "read write follow"]]
[d5cc3d5a-b942-4a0c-8b2d-f8b8cb75e7d8] (0.8ms) COMMIT
[d5cc3d5a-b942-4a0c-8b2d-f8b8cb75e7d8] Web::Setting Load (0.5ms) SELECT "web_settings".* FROM "web_settings" WHERE "web_settings"."user_id" = 1 LIMIT $1 [["LIMIT", 1]]
[d5cc3d5a-b942-4a0c-8b2d-f8b8cb75e7d8] Account Load (0.7ms) SELECT "accounts".* FROM "accounts" WHERE (lower(accounts.username) = 'hoopycat') AND (lower(accounts.domain) = 'mastodon.social') LIMIT $1 [["LIMIT", 1]]
[d5cc3d5a-b942-4a0c-8b2d-f8b8cb75e7d8] method=GET path=/ format=html controller=HomeController action=index status=500 error='ActionView::Template::Error: undefined method `protocol' for nil:NilClass' duration=23.41 view=0.00 db=4.48
[d5cc3d5a-b942-4a0c-8b2d-f8b8cb75e7d8]
[d5cc3d5a-b942-4a0c-8b2d-f8b8cb75e7d8] ActionView::Template::Error (undefined method `protocol' for nil:NilClass):
[d5cc3d5a-b942-4a0c-8b2d-f8b8cb75e7d8] 1: object false
[d5cc3d5a-b942-4a0c-8b2d-f8b8cb75e7d8] 2:
[d5cc3d5a-b942-4a0c-8b2d-f8b8cb75e7d8] 3: node(:meta) do
[d5cc3d5a-b942-4a0c-8b2d-f8b8cb75e7d8] 4: {
[d5cc3d5a-b942-4a0c-8b2d-f8b8cb75e7d8] 5: access_token: @token,
[d5cc3d5a-b942-4a0c-8b2d-f8b8cb75e7d8] 6: locale: I18n.locale,
[d5cc3d5a-b942-4a0c-8b2d-f8b8cb75e7d8]
[d5cc3d5a-b942-4a0c-8b2d-f8b8cb75e7d8] app/helpers/routing_helper.rb:15:in `full_asset_url'
[d5cc3d5a-b942-4a0c-8b2d-f8b8cb75e7d8] app/views/api/v1/accounts/show.rabl:7:in `block in eval_source'
[d5cc3d5a-b942-4a0c-8b2d-f8b8cb75e7d8] app/views/home/initial_state.json.rabl:3:in `_app_views_home_initial_state_json_rabl__2096667129302286625_47428911289740'
[d5cc3d5a-b942-4a0c-8b2d-f8b8cb75e7d8] app/views/home/index.html.haml:4:in `block in _app_views_home_index_html_haml__2381446097005803065_47428913218520'
[d5cc3d5a-b942-4a0c-8b2d-f8b8cb75e7d8] app/views/home/index.html.haml:1:in `_app_views_home_index_html_haml__2381446097005803065_47428913218520'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment