Skip to content

Instantly share code, notes, and snippets.

@colmtuite
Created January 29, 2017 11:26
Show Gist options
  • Save colmtuite/23fb4af3e535ee41294207f867a72d2d to your computer and use it in GitHub Desktop.
Save colmtuite/23fb4af3e535ee41294207f867a72d2d to your computer and use it in GitHub Desktop.
Started GET "/w/1-untitled-website" for ::1 at 2017-01-29 11:25:40 +0000
Processing by WebsitesController#show as HTML
Parameters: {"id"=>"1-untitled-website"}
User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
Website Load (0.3ms) SELECT "websites".* FROM "websites" WHERE "websites"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
(0.2ms) SELECT COUNT(*) FROM "websites" WHERE "websites"."id" = ? AND "websites"."name" IS NULL [["id", 1]]
Redirected to http://localhost:3000/w/1-untitled-website
Completed 302 Found in 6ms (ActiveRecord: 0.8ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment