Created
January 29, 2017 11:26
-
-
Save colmtuite/23fb4af3e535ee41294207f867a72d2d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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