sas2job

Untitled

May 15th, 2020
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. Session Load (0.3ms) SELECT "sessions".* FROM "sessions" WHERE (timeout_at > '2020-05-15 14:51:16.830818') AND (expires_at > '2020-05-15 14:51:16.830818') AND (active) AND "sessions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
  2. User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
  3. (0.1ms) begin transaction
  4. CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
  5. Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE "pages"."slug" = ? AND "pages"."project_id" IS NULL LIMIT ? [["slug", "ruby"], ["LIMIT", 1]]
  6. CACHE Page Exists (0.0ms) SELECT 1 AS one FROM "pages" WHERE "pages"."slug" = ? AND "pages"."project_id" IS NULL LIMIT ? [["slug", "ruby"], ["LIMIT", 1]]
  7. Project Exists (0.1ms) SELECT 1 AS one FROM "projects" WHERE "projects"."slug" = ? LIMIT ? [["slug", "ruby"], ["LIMIT", 1]]
  8. Project Create (0.6ms) INSERT INTO "projects" ("title", "created_at", "updated_at", "slug", "user_id", "google_analytics_tracker_id", "secret_token", "yandex_metrika_tracker_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "ruby"], ["created_at", "2020-05-15 14:51:17.030208"], ["updated_at", "2020-05-15 14:51:17.030208"], ["slug", "ruby"], ["user_id", 1], ["google_analytics_tracker_id", ""], ["secret_token", ""], ["yandex_metrika_tracker_id", ""]]
  9. Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."slug" = ? AND "pages"."project_id" = ? LIMIT ? [["slug", "ruby"], ["project_id", 1], ["LIMIT", 1]]
  10. Page Create (0.1ms) INSERT INTO "pages" ("title", "project_id", "created_at", "updated_at", "slug", "position", "source", "html") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "ruby"], ["project_id", 1], ["created_at", "2020-05-15 14:51:17.032593"], ["updated_at", "2020-05-15 14:51:17.032593"], ["slug", "ruby"], ["position", 0], ["source", ""], ["html", ""]]
  11. (146.3ms) commit transaction
  12. Redirected to http://localhost:3000/projects
Add Comment
Please, Sign In to add comment